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:
callbackHandleHandle for the node in the callback. This handle was passed in to the IOManager with the beginModifyMonitoring method.
inputArgumentResultsthe Result of the actual input Argument.
inputArgumentDiagthe actual input Argument.
outputArgumentsthe actual output Argument.
statusCodeResult of the StopMonitoring operation.
Returns:
Error code

Implemented in UaCallContext.


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