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.