IOPCUAClientMethodCallback.CallCallback (METH)ΒΆ
METHOD CallCallback : OpcUa_StatusCode
Called in response to OpcUaClient_Call
- InOut:
Scope
Name
Type
Comment
Return
CallCallbackOpcUa_StatusCodeInput
hConnectionRTS_IEC_HANDLEThe handle of the connection used to call read.
serviceResultOpcUa_StatusCodeThe result of the read service.
numOfMethodsOpcUa_Int32The number of requested method calls and results
pMethodCallsPOINTER TO OpcUa_CallMethodRequest
The called methods. :note: This pointer is independent from the
pointer passed to OPCUAClient_Call. Do not free up any memory here.
pMethodResultsPOINTER TO OpcUa_CallMethodResult
The results of the method. Do not free this memory.