Back to FabImage Library website
You are here: Start » Function Reference » System » OPC UA » OPCUAClient_Close
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Closes a connection with a OPC UA server.
Syntax
void fil::OPCUAClient_Close ( int inConnectionId )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inConnectionId | int | 0 - 99 | 0 | Slot id of the connection to close |
Description
This filter is used to close a connection with a OPC UA server previously open with the OPCUAClient_Connect filter.
The value on the inConnectionId input must correspond to the connection slot id specified in the connect filter.
This filter will not throw exceptions when the connection is not established or when there were any errors during the connection closing procedure.
See Also
- OPCUAClient_Connect – Establishes a connection to a OPC UA server