Opc.Ua.Core
ArraySegmentStream Constructor(BufferCollection)



Opc.Ua.Bindings Namespace > ArraySegmentStream Class > ArraySegmentStream Constructor : ArraySegmentStream Constructor(BufferCollection)
The buffers.
Attaches the stream to a set of buffers
Syntax
'Declaration
 
Public Function New( _
   ByVal buffers As BufferCollection _
)
'Usage
 
Dim buffers As BufferCollection
 
Dim instance As New ArraySegmentStream(buffers)
public ArraySegmentStream( 
   BufferCollection buffers
)
public:
ArraySegmentStream( 
   BufferCollection^ buffers
)

Parameters

buffers
The buffers.
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