open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_SessionHeader Struct Reference

#include <ua_securechannel.h>

Public Member Functions

 SLIST_ENTRY (UA_SessionHeader) next
 

Data Fields

UA_NodeId authenticationToken
 
UA_Boolean serverSession
 
UA_SecureChannelchannel
 

Detailed Description

Thread-local variables to force failure modes during testing.

The Session implementation differs between client and server. Still, it is expected that the Session structure begins with the SessionHeader. This is the interface that will be used by the SecureChannel. The lifecycle of Sessions is independent of the underlying SecureChannel. But every Session can be attached to only one SecureChannel.

Definition at line 66 of file ua_securechannel.h.

Member Function Documentation

◆ SLIST_ENTRY()

UA_SessionHeader::SLIST_ENTRY ( UA_SessionHeader )

Field Documentation

◆ authenticationToken

UA_NodeId UA_SessionHeader::authenticationToken

Definition at line 68 of file ua_securechannel.h.

◆ serverSession

UA_Boolean UA_SessionHeader::serverSession

Definition at line 69 of file ua_securechannel.h.

◆ channel

UA_SecureChannel* UA_SessionHeader::channel

Definition at line 70 of file ua_securechannel.h.


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