Opc.Ua.Core
UpdateMessageSize Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : UpdateMessageSize Method
Updates the message size stored in the message header.
Syntax
'Declaration
 
Protected Shared Sub UpdateMessageSize( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal messageSize As Integer _
) 
'Usage
 
Dim buffer() As Byte
Dim offset As Integer
Dim messageSize As Integer
 
UaSCUaBinaryChannel.UpdateMessageSize(buffer, offset, messageSize)
protected static void UpdateMessageSize( 
   byte[] buffer,
   int offset,
   int messageSize
)
protected:
static void UpdateMessageSize( 
   array<byte>^ buffer,
   int offset,
   int messageSize
) 

Parameters

buffer
offset
messageSize
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

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members