UA Ansi C Server Professional  1.3.1.232
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
_UaServer_SessionManager Struct Reference

Holds all data needed to manage the sessions in an ua server. More...

#include <uaserver_sessionmanager.h>

Data Fields

OpcUa_Mutex Mutex
 Synchronizing access to this manager.
OpcUa_UInt32 LastSessionId
 Counter for last session Id used.
OpcUa_List * Sessions
 A list with sessions.
OpcUa_UInt32 MaxSessionCount
 Maximum number of session allowed.
OpcUa_Int32 MaxSessionTimeout
 Maximum session timeout in ms.
OpcUa_Int32 SessionTimeoutResolution
 Session timeout resolution in ms.

Detailed Description

Holds all data needed to manage the sessions in an ua server.

Field Documentation

OpcUa_UInt32 _UaServer_SessionManager::LastSessionId

Counter for last session Id used.

OpcUa_UInt32 _UaServer_SessionManager::MaxSessionCount

Maximum number of session allowed.

OpcUa_Int32 _UaServer_SessionManager::MaxSessionTimeout

Maximum session timeout in ms.

OpcUa_Mutex _UaServer_SessionManager::Mutex

Synchronizing access to this manager.

OpcUa_List* _UaServer_SessionManager::Sessions

A list with sessions.

OpcUa_Int32 _UaServer_SessionManager::SessionTimeoutResolution

Session timeout resolution in ms.


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