Opc.Ua.Core
Array Method



Opc.Ua.Bindings Namespace > BufferSegment Class : Array Method
Returns the base array of the buffer.
Syntax
'Declaration
 
Public Function Array() As Byte()
'Usage
 
Dim instance As BufferSegment
Dim value() As Byte
 
value = instance.Array()
public byte[] Array()
public:
array<byte>^ Array(); 
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