uaPLUS Reference
BufferCollection Constructor(Byte[],Int32,Int32)
See Also  Send Feedback
Opc.Ua.Bindings Namespace > BufferCollection Class > BufferCollection Constructor : BufferCollection Constructor(Byte[],Int32,Int32)

array
offset
count

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal array() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
C# 
public BufferCollection( 
   byte[] array,
   int offset,
   int count
)

Parameters

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