open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_CreateSessionResponse Struct Reference

#include <types_generated.h>

Data Fields

UA_ResponseHeader responseHeader
 
UA_NodeId sessionId
 
UA_NodeId authenticationToken
 
UA_Double revisedSessionTimeout
 
UA_ByteString serverNonce
 
UA_ByteString serverCertificate
 
size_t serverEndpointsSize
 
UA_EndpointDescriptionserverEndpoints
 
size_t serverSoftwareCertificatesSize
 
UA_SignedSoftwareCertificateserverSoftwareCertificates
 
UA_SignatureData serverSignature
 
UA_UInt32 maxRequestMessageSize
 

Detailed Description

CreateSessionResponse.

Definition at line 1611 of file types_generated.h.

Field Documentation

◆ authenticationToken

UA_NodeId UA_CreateSessionResponse::authenticationToken

Definition at line 1614 of file types_generated.h.

◆ maxRequestMessageSize

UA_UInt32 UA_CreateSessionResponse::maxRequestMessageSize

Definition at line 1623 of file types_generated.h.

◆ responseHeader

UA_ResponseHeader UA_CreateSessionResponse::responseHeader

Definition at line 1612 of file types_generated.h.

◆ revisedSessionTimeout

UA_Double UA_CreateSessionResponse::revisedSessionTimeout

Definition at line 1615 of file types_generated.h.

◆ serverCertificate

UA_ByteString UA_CreateSessionResponse::serverCertificate

Definition at line 1617 of file types_generated.h.

◆ serverEndpoints

UA_EndpointDescription* UA_CreateSessionResponse::serverEndpoints

Definition at line 1619 of file types_generated.h.

◆ serverEndpointsSize

size_t UA_CreateSessionResponse::serverEndpointsSize

Definition at line 1618 of file types_generated.h.

◆ serverNonce

UA_ByteString UA_CreateSessionResponse::serverNonce

Definition at line 1616 of file types_generated.h.

◆ serverSignature

UA_SignatureData UA_CreateSessionResponse::serverSignature

Definition at line 1622 of file types_generated.h.

◆ serverSoftwareCertificates

UA_SignedSoftwareCertificate* UA_CreateSessionResponse::serverSoftwareCertificates

Definition at line 1621 of file types_generated.h.

◆ serverSoftwareCertificatesSize

size_t UA_CreateSessionResponse::serverSoftwareCertificatesSize

Definition at line 1620 of file types_generated.h.

◆ sessionId

UA_NodeId UA_CreateSessionResponse::sessionId

Definition at line 1613 of file types_generated.h.


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