OPCUAClient_BrowseNext
(FUN)
FUNCTION OPCUAClient_BrowseNext : RTS_IEC_RESULT
This function sends a BrowseNext 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_BrowseNext
RTS_IEC_RESULT
Input
hConnection
RTS_IEC_HANDLE
Handle to the connection where the request should be sent.
releaseContinuationPoints
OpcUa_Boolean
Release the continuation point or not.
noOfContinuationPoints
OpcUa_Int32
Number of continuation points sent.
pContinuationPoints
POINTER TO OpcUa_ByteString
Pointer to an array of continuation points to do the BrowseNext.
iViewCallback
IOPCUAClientViewCallback
Callback interface to retrieve the results.