Opc.Ua.Core
MaxMessageSize Field



Opc.Ua Namespace > DefaultEncodingLimits Class : MaxMessageSize Field
The default maximum length for any Message.
Syntax
'Declaration
 
Public Shared ReadOnly MaxMessageSize As Integer
'Usage
 
Dim value As Integer
 
value = DefaultEncodingLimits.MaxMessageSize
public static readonly int MaxMessageSize
public:
static readonly int MaxMessageSize
Remarks
Default is 2MB. Set to multiple of MinBufferSize to avoid rounding errors in other UA implementations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DefaultEncodingLimits Class
DefaultEncodingLimits Members