OPCUAClient_TranslateBrowsePathsToNodeIds (FUN)

FUNCTION OPCUAClient_TranslateBrowsePathsToNodeIds : RTS_IEC_RESULT

This function sends a TranslateBrowsePathsToNodeIds 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_TranslateBrowsePathsToNodeIds

RTS_IEC_RESULT

Input

hConnection

RTS_IEC_HANDLE

Handle to the connection where the request should be sent.

noOfBrowsePaths

OpcUa_Int32

Number of browser paths to be translated by the server.

pBrowsePaths

POINTER TO OpcUa_BrowsePath

Pointer to an array of BrowserPath.

iViewCallback

IOPCUAClientViewCallback

Callback interface to retrieve the results.