LibUsbDotNet 2.2.8
Item Property (index)
Library Reference ► LibUsbDotNet.Main ► UsbTransferQueue ► Item[([( Int32])])
|
Gets the transfer data buffer at the specified index.
Declaration Syntax
C# | Visual Basic | Visual C++ |
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.