OPCUAClient_FindServersOnNetwork (FUN)ΒΆ
FUNCTION OPCUAClient_FindServersOnNetwork : RTS_IEC_RESULT
This function sends a FindServersOnNetwork 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_FindServersOnNetworkRTS_IEC_RESULTInput
hClientRTS_IEC_HANDLEHandle to the client to send the FindServersOnNetwork service.
psEndpointURLPOINTER TO OpcUa_String
The URL to send the FindServersOnNetwork request to.
udiStartingRecordIdOpcUa_UInt32Only recoreds with a greater ID than this are returned by the server.
udiMaxRecordsToReturnOpcUa_UInt32maximum number of records to be sent to the client.
numServerCapabilityFiltersOpcUa_Int32Number of filter criteria
psServerCapabilityFiltersPOINTER TO OpcUa_String
Pointer to an array of server capabilities filter.
callbackIOPCUAClientDiscoveryCallbackCallback interface to get the results.