UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MethodManagerCallback Class Referenceabstract

The corresponding callback interface for the MethodManager. More...

#include <methodmanager.h>

Inherited by TransactionContextCall, and UaCallContext.

Public Member Functions

 MethodManagerCallback ()
 construction
 
virtual ~MethodManagerCallback ()
 destruction
 
virtual UaStatus finishCall (OpcUa_UInt32 callbackHandle, UaStatusCodeArray &inputArgumentResults, UaDiagnosticInfos &inputArgumentDiag, UaVariantArray &outputArguments, UaStatus &statusCode)=0
 Finishes a call to a method of an UA object. More...
 

Detailed Description

The corresponding callback interface for the MethodManager.

This callback interface provides the corresponding callback methods for the begin method in the MethodManager interface.

Member Function Documentation

virtual UaStatus MethodManagerCallback::finishCall ( OpcUa_UInt32  callbackHandle,
UaStatusCodeArray &  inputArgumentResults,
UaDiagnosticInfos &  inputArgumentDiag,
UaVariantArray &  outputArguments,
UaStatus statusCode 
)
pure virtual

Finishes a call to a method of an UA object.

Parameters
callbackHandleHandle for the node in the callback. This handle was passed in to the MethodManager with the beginCall method.
inputArgumentResultsthe Result of the actual input Argument.
inputArgumentDiagthe actual input Argument.
outputArgumentsthe actual output Argument.
statusCodeResult of the method call operation.
Returns
Error code

Implemented in UaCallContext.


The documentation for this class was generated from the following file: