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

This class holds the context for an event transaction. More...

#include <eventmanager.h>

Public Member Functions

 EventTransactionContext ()
 construction with initialized Variables
 
virtual ~EventTransactionContext ()
 destruction
 
void setSession (Session *pSession)
 Set the Session of the current Session. More...
 
SessionpSession ()
 Get the actual Session via pointer. More...
 

Public Attributes

EventManagerCallbackm_pCallback
 
OpcUa_UInt32 m_hTransaction
 

Detailed Description

This class holds the context for an event transaction.

Member Function Documentation

Session* EventTransactionContext::pSession ( )
inline

Get the actual Session via pointer.

Returns
the actual Session.
void EventTransactionContext::setSession ( Session pSession)
inline

Set the Session of the current Session.

Parameters
pSessiona pointer to the Session to be set.

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