C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa::FileTransferStateMachineTypeCallback Class Referenceabstract

Callback interface for handling incoming FileTransferStateMachine Method calls. More...

#include <opcua_filetransferstatemachinetype.h>

Public Member Functions

virtual UaStatus Reset (const ServiceContext &serviceContext, FileTransferStateMachineType *pStateMachine)=0
 Reset is used to reset the Error state of a FileTransferStateMachineType Object. More...
 

Detailed Description

Callback interface for handling incoming FileTransferStateMachine Method calls.

Member Function Documentation

virtual UaStatus OpcUa::FileTransferStateMachineTypeCallback::Reset ( const ServiceContext serviceContext,
FileTransferStateMachineType pStateMachine 
)
pure virtual

Reset is used to reset the Error state of a FileTransferStateMachineType Object.

Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
pStateMachineAffected Object Node.

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