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

Callback interface class for Session callbacks. More...

#include <session.h>

Inherited by OpcUa::FileHandleData.

Public Member Functions

 SessionCallback ()
 Construction of the SessionCallback. More...
 
virtual ~SessionCallback ()
 Destruction of the SessionCallback. More...
 
virtual void sessionOpened ()
 
virtual void sessionActivated ()
 
virtual void sessionInvalidated ()
 
virtual void sessionClosed ()=0
 

Detailed Description

Callback interface class for Session callbacks.

Objects interested in the session status can implement this callback interface and can register with the Session to get informed about

Constructor & Destructor Documentation

SessionCallback::SessionCallback ( )
inline

Construction of the SessionCallback.

virtual SessionCallback::~SessionCallback ( )
inlinevirtual

Destruction of the SessionCallback.


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