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 (); }