Opc.Ua.Core
SetBuffer Method (IMessageSocketAsyncEventArgs)



Opc.Ua.Bindings Namespace > IMessageSocketAsyncEventArgs Interface : SetBuffer Method
The data buffer to use with an asynchronous socket method.
The offset, in bytes, in the data buffer where the operation starts.
The maximum amount of data, in bytes, to send or receive in the buffer.
Sets the data buffer to use with an asynchronous socket method.
Syntax
'Declaration
 
Sub SetBuffer( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As IMessageSocketAsyncEventArgs
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
instance.SetBuffer(buffer, offset, count)
void SetBuffer( 
   byte[] buffer,
   int offset,
   int count
)
void SetBuffer( 
   array<byte>^ buffer,
   int offset,
   int count
) 

Parameters

buffer
The data buffer to use with an asynchronous socket method.
offset
The offset, in bytes, in the data buffer where the operation starts.
count
The maximum amount of data, in bytes, to send or receive in the buffer.
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

IMessageSocketAsyncEventArgs Interface
IMessageSocketAsyncEventArgs Members