Data Structures | Defines
/home/travis/build/open62541/open62541/src/ua_session.h File Reference
#include "queue.h"
#include "ua_types.h"
#include "ua_securechannel.h"
+ Include dependency graph for ua_session.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ContinuationPointEntry
struct  UA_Session

Defines

#define MAXCONTINUATIONPOINTS   5
UA_Session anonymousSession
 If anonymous access is allowed, this session is used internally (Session ID: 0)
UA_Session adminSession
 Local access to the services (for startup and maintenance) uses this Session with all possible access rights (Session ID: 1)
void UA_Session_init (UA_Session *session)
void UA_Session_deleteMembersCleanup (UA_Session *session)
void UA_Session_updateLifetime (UA_Session *session)

Define Documentation

#define MAXCONTINUATIONPOINTS   5

Function Documentation

void UA_Session_init ( UA_Session session)

If any activity on a session happens, the timeout is extended


Variable Documentation

Local access to the services (for startup and maintenance) uses this Session with all possible access rights (Session ID: 1)

If anonymous access is allowed, this session is used internally (Session ID: 0)