Opc.Ua.Core
AlignRoundMaxMessageSize Method



Opc.Ua.Bindings Namespace > TcpMessageLimits Class : AlignRoundMaxMessageSize Method
Aligns the max message size to the nearest min buffer size.
Syntax
'Declaration
 
Public Shared Function AlignRoundMaxMessageSize( _
   ByVal value As Integer _
) As Integer
'Usage
 
Dim value As Integer
Dim value As Integer
 
value = TcpMessageLimits.AlignRoundMaxMessageSize(value)
public static int AlignRoundMaxMessageSize( 
   int value
)
public:
static int AlignRoundMaxMessageSize( 
   int value
) 

Parameters

value
Remarks
Align user configured maximum message size 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

TcpMessageLimits Class
TcpMessageLimits Members