OPCUAClient_GetEndpoints (FUN)
FUNCTION OPCUAClient_GetEndpoints : RTS_IEC_RESULT
This function sends a GetEndpoints request to an OPC UA server. As this service does not need a valid session this service can be sent using a client instance. An unsecure channel is automatically created to send this service.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_GetEndpointsRTS_IEC_RESULTInput
hClientRTS_IEC_HANDLEHandle to the client to send the GetEndpoints service.
psEndpointURLPOINTER TO OpcUa_String
The URL to send the GetEndpoints request to.
callbackIOPCUAClientDiscoveryCallbackCallback interface to get the results.