QuickOPC User's Guide and Reference
BadTcpMessageTooLarge Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadTcpMessageTooLarge Field
The size of the message chunk specified in the header is too large.
Syntax
'Declaration
 
Public Const BadTcpMessageTooLarge As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadTcpMessageTooLarge
public const int BadTcpMessageTooLarge
public:
const int BadTcpMessageTooLarge
Remarks

Numeric value: 32896 (0x8080)

Status code: 2155872256 (0x80800000)

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also