open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_securechannel.h>
Public Member Functions | |
SLIST_ENTRY (UA_SessionHeader) next | |
Data Fields | |
UA_NodeId | authenticationToken |
UA_Boolean | serverSession |
UA_SecureChannel * | channel |
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.
UA_SessionHeader::SLIST_ENTRY | ( | UA_SessionHeader | ) |
UA_NodeId UA_SessionHeader::authenticationToken |
Definition at line 68 of file ua_securechannel.h.
UA_Boolean UA_SessionHeader::serverSession |
Definition at line 69 of file ua_securechannel.h.
UA_SecureChannel* UA_SessionHeader::channel |
Definition at line 70 of file ua_securechannel.h.