uaPLUS Reference
ArraySegmentStream Constructor(BufferManager,Int32,Int32,Int32)
See Also  Send Feedback
Opc.Ua.Bindings Namespace > ArraySegmentStream Class > ArraySegmentStream Constructor : ArraySegmentStream Constructor(BufferManager,Int32,Int32,Int32)

bufferManager
bufferSize
start
count

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal bufferManager As BufferManager, _
   ByVal bufferSize As Integer, _
   ByVal start As Integer, _
   ByVal count As Integer _
)
C# 
public ArraySegmentStream( 
   BufferManager bufferManager,
   int bufferSize,
   int start,
   int count
)

Parameters

bufferManager
bufferSize
start
count

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.