Item Property (index)

LibUsbDotNet

LibUsbDotNet 2.2.8 Item Property (index)
Library ReferenceLibUsbDotNet.MainUsbTransferQueueItem[([( Int32])])
LibUsbDotNet on SourceForge
Gets the transfer data buffer at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public byte[] this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Byte()
	Get
public:
property array<unsigned char>^ default[int index] {
	array<unsigned char>^ get (int index);
}
Parameters
index (Int32)
The index of the buffer to retrieve.
Return Value
The byte array for a transfer.

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