OPCUAClient_FindServers
(FUN)
FUNCTION OPCUAClient_FindServers : RTS_IEC_RESULT
This function sends a FindServers 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_FindServers
RTS_IEC_RESULT
Input
hClient
RTS_IEC_HANDLE
Handle to the client to send the FindServers service.
psEndpointURL
POINTER TO OpcUa_String
The URL to send the FindServers request to.
callback
IOPCUAClientDiscoveryCallback
Callback interface to get the results.