Opc.Ua.Core
Append Method (BufferSegment)



Opc.Ua.Bindings Namespace > BufferSegment Class : Append Method
Appends a buffer to the sequence.
Syntax
'Declaration
 
Public Function Append( _
   ByVal array() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As BufferSegment
'Usage
 
Dim instance As BufferSegment
Dim array() As Byte
Dim offset As Integer
Dim length As Integer
Dim value As BufferSegment
 
value = instance.Append(array, offset, length)
public BufferSegment Append( 
   byte[] array,
   int offset,
   int length
)

Parameters

array
offset
length
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

BufferSegment Class
BufferSegment Members