Buffer Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Buffer Property
Library ReferenceLibUsbDotNet.MainUsbTransferQueueBuffer
LibUsbDotNet on SourceForge
Gets a two dimensional array of data buffers. The first index represents the transfer the second represents the data buffer.
Declaration Syntax
C# Visual Basic Visual C++
public byte[][] Buffer { get; }
Public ReadOnly Property Buffer As Byte()()
	Get
public:
property array<array<unsigned char>^>^ Buffer {
	array<array<unsigned char>^>^ get ();
}

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)