Opc.Ua.Core
ArraySegmentStream Constructor(BufferManager,Int32,Int32,Int32)



Opc.Ua.Bindings Namespace > ArraySegmentStream Class > ArraySegmentStream Constructor : ArraySegmentStream Constructor(BufferManager,Int32,Int32,Int32)
The buffer manager.
Size of the buffer.
The start.
The count.
Creates a writeable stream that creates buffers as necessary.
Syntax
'Declaration
 
Public Function New( _
   ByVal bufferManager As BufferManager, _
   ByVal bufferSize As Integer, _
   ByVal start As Integer, _
   ByVal count As Integer _
)
'Usage
 
Dim bufferManager As BufferManager
Dim bufferSize As Integer
Dim start As Integer
Dim count As Integer
 
Dim instance As New ArraySegmentStream(bufferManager, bufferSize, start, count)
public ArraySegmentStream( 
   BufferManager bufferManager,
   int bufferSize,
   int start,
   int count
)
public:
ArraySegmentStream( 
   BufferManager^ bufferManager,
   int bufferSize,
   int start,
   int count
)

Parameters

bufferManager
The buffer manager.
bufferSize
Size of the buffer.
start
The start.
count
The count.
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

ArraySegmentStream Class
ArraySegmentStream Members
Overload List