MethodManagerCallback Class Reference
[Core Module Interfaces]

#include <methodmanager.h>

Inheritance diagram for MethodManagerCallback:

List of all members.


Public Member Functions

 MethodManagerCallback ()
virtual ~MethodManagerCallback ()
virtual UaStatus finishCall (OpcUa_UInt32 callbackHandle, UaStatusCodeArray &inputArgumentResults, UaDiagnosticInfos &inputArgumentDiag, UaVariantArray &outputArguments, UaStatus &statusCode)=0

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.

Constructor & Destructor Documentation

MethodManagerCallback::MethodManagerCallback (  )  [inline]

construction

virtual MethodManagerCallback::~MethodManagerCallback (  )  [inline, virtual]

destruction


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:
callbackHandle Handle for the node in the callback. This handle was passed in to the IOManager with the beginModifyMonitoring method.
inputArgumentResults the Result of the actual input Argument.
inputArgumentDiag the actual input Argument.
outputArguments the actual output Argument.
statusCode Result of the StopMonitoring operation.
Returns:
Error code

Implemented in UaCallContext.


The documentation for this class was generated from the following file:
  • src/uaserver/uaservercpp/coremodule/methodmanager.h