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

#include <network.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 29 of file network.h.

Field Documentation

◆ protocolVersion

UA_UInt32 UA_ConnectionConfig::protocolVersion

Definition at line 30 of file network.h.

◆ recvBufferSize

UA_UInt32 UA_ConnectionConfig::recvBufferSize

Definition at line 31 of file network.h.

◆ sendBufferSize

UA_UInt32 UA_ConnectionConfig::sendBufferSize

Definition at line 32 of file network.h.

◆ localMaxMessageSize

UA_UInt32 UA_ConnectionConfig::localMaxMessageSize

Definition at line 33 of file network.h.

◆ remoteMaxMessageSize

UA_UInt32 UA_ConnectionConfig::remoteMaxMessageSize

Definition at line 34 of file network.h.

◆ localMaxChunkCount

UA_UInt32 UA_ConnectionConfig::localMaxChunkCount

Definition at line 35 of file network.h.

◆ remoteMaxChunkCount

UA_UInt32 UA_ConnectionConfig::remoteMaxChunkCount

Definition at line 36 of file network.h.


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