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 MAXCONTINUATIONPOINTS 5 |
| void UA_Session_deleteMembersCleanup | ( | UA_Session * | session | ) |
| void UA_Session_init | ( | UA_Session * | session | ) |
| void UA_Session_updateLifetime | ( | UA_Session * | session | ) |
If any activity on a session happens, the timeout is extended
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)
1.7.6.1