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

#include <ua_securechannel.h>

Public Member Functions

 SIMPLEQ_ENTRY (UA_Chunk) pointers
 

Data Fields

UA_ByteString bytes
 
UA_MessageType messageType
 
UA_ChunkType chunkType
 
UA_UInt32 requestId
 
UA_Boolean copied
 

Detailed Description

For chunked requests.

Definition at line 74 of file ua_securechannel.h.

Member Function Documentation

◆ SIMPLEQ_ENTRY()

UA_Chunk::SIMPLEQ_ENTRY ( UA_Chunk )

Field Documentation

◆ bytes

UA_ByteString UA_Chunk::bytes

Definition at line 76 of file ua_securechannel.h.

◆ messageType

UA_MessageType UA_Chunk::messageType

Definition at line 77 of file ua_securechannel.h.

◆ chunkType

UA_ChunkType UA_Chunk::chunkType

Definition at line 78 of file ua_securechannel.h.

◆ requestId

UA_UInt32 UA_Chunk::requestId

Definition at line 79 of file ua_securechannel.h.

◆ copied

UA_Boolean UA_Chunk::copied

Definition at line 80 of file ua_securechannel.h.


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