OPCUAClient_Browse (FUN)
FUNCTION OPCUAClient_Browse : RTS_IEC_RESULT
This function sends a Browse request to the OPC UA server. Several operations can be done in one call. The results of the operation are returned by a callback interface.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_BrowseRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where the request should be sent.
viewOpcUa_ViewDescriptionDescription of the view of intrest.
requestedMaxReferencesPerNodeOpcUa_Int32The maximum numbers of references that should be returned to the client.
noOfNodesToBrowseOpcUa_Int32Number of nodes to browse.
pNodesToBrowsePOINTER TO OpcUa_BrowseDescription
Pointer to an array of nodes to browser.
iBrowseCallbackIOPCUAClientViewCallbackCallback interface to retrieve the results.