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_Browse
RTS_IEC_RESULT
Input
hConnection
RTS_IEC_HANDLE
Handle to the connection where the request should be sent.
view
OpcUa_ViewDescription
Description of the view of intrest.
requestedMaxReferencesPerNode
OpcUa_Int32
The maximum numbers of references that should be returned to the client.
noOfNodesToBrowse
OpcUa_Int32
Number of nodes to browse.
pNodesToBrowse
POINTER TO OpcUa_BrowseDescription
Pointer to an array of nodes to browser.
iBrowseCallback
IOPCUAClientViewCallback
Callback interface to retrieve the results.