Gets the transfer data buffer at the specified index.

C# | Visual Basic | Visual C++ |
public: property array<unsigned char>^ default[int index] { array<unsigned char>^ get (int index); }

- index (Int32)
- The index of the buffer to retrieve.

The byte array for a transfer.