OPCUAClient_Call
(FUN)
FUNCTION OPCUAClient_Call : RTS_IEC_RESULT
This function sends a Call request to the OPC UA server. Several method calls can be done in one operation. The results of the method call are returned by an callback interface.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_Call
RTS_IEC_RESULT
Input
hConnection
RTS_IEC_HANDLE
Handle to the connection where to send the read request.
pMethodsToCall
POINTER TO OpcUa_CallMethodRequest
Methods an parameters to call
numMethods
OpcUa_Int32
Number of nodes to read.
iCallCallback
IOPCUAClientMethodCallback
Callback interface to get the results.