C++ Based OPC UA Client/Server SDK  1.5.5.355

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...
 

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: