OPCUAClient_Create
(FUN)
FUNCTION OPCUAClient_Create : RTS_IEC_HANDLE
This function creates a new OPC UA client instance. This instance is the base of every further OPC UA communication. Session are dedicated to a specific OPC UA Client. A client instance registers itself to the certificate store, if available, to be able to obtain a client certificate and to be part of the CODESYS certificate store.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_Create
RTS_IEC_HANDLE
A handle to the client.
Input
pConfiguration
POINTER TO OpcUa_ApplicationDescription
The configuration and information of the OPC UA client.
pResult
POINTER TO RTS_IEC_RESULT
The result of the operation.