OPCUAClient_RegisterNodes (FUN)

FUNCTION OPCUAClient_RegisterNodes : RTS_IEC_RESULT

This function sends a RegisterNodes 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_RegisterNodes

RTS_IEC_RESULT

Input

hConnection

RTS_IEC_HANDLE

Handle to the connection where the request should be sent.

noOfNodesToRegister

OpcUa_Int32

Number of nodes to be registered by the server.

pNodesToRegister

POINTER TO OpcUa_NodeId

Pointer to an array of nodes to register.

iViewCallback

IOPCUAClientViewCallback

Callback interface to retrieve the results.