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

#include <util.h>

Data Fields

UA_UInt32 protocolVersion
 
UA_UInt32 recvBufferSize
 
UA_UInt32 sendBufferSize
 
UA_UInt32 localMaxMessageSize
 
UA_UInt32 remoteMaxMessageSize
 
UA_UInt32 localMaxChunkCount
 
UA_UInt32 remoteMaxChunkCount
 

Detailed Description

Definition at line 111 of file util.h.

Field Documentation

◆ localMaxChunkCount

UA_UInt32 UA_ConnectionConfig::localMaxChunkCount

Definition at line 117 of file util.h.

◆ localMaxMessageSize

UA_UInt32 UA_ConnectionConfig::localMaxMessageSize

Definition at line 115 of file util.h.

◆ protocolVersion

UA_UInt32 UA_ConnectionConfig::protocolVersion

Definition at line 112 of file util.h.

◆ recvBufferSize

UA_UInt32 UA_ConnectionConfig::recvBufferSize

Definition at line 113 of file util.h.

◆ remoteMaxChunkCount

UA_UInt32 UA_ConnectionConfig::remoteMaxChunkCount

Definition at line 118 of file util.h.

◆ remoteMaxMessageSize

UA_UInt32 UA_ConnectionConfig::remoteMaxMessageSize

Definition at line 116 of file util.h.

◆ sendBufferSize

UA_UInt32 UA_ConnectionConfig::sendBufferSize

Definition at line 114 of file util.h.


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