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_BrowseNextRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where the request should be sent.
releaseContinuationPointsOpcUa_BooleanRelease the continuation point or not.
noOfContinuationPointsOpcUa_Int32Number of continuation points sent.
pContinuationPointsPOINTER TO OpcUa_ByteString
Pointer to an array of continuation points to do the BrowseNext.
iViewCallbackIOPCUAClientViewCallbackCallback interface to retrieve the results.