LibUsbDotNet.Main.UsbTransferQueue.this C# (CSharp) Méthode

this() public méthode

Gets the transfer data buffer at the specified index.
public this ( int index ) : byte[]
index int The index of the buffer to retrieve.
Résultat byte[]
        public byte[] this[int index]
        {
            get{ return mBuffer[index]; }
        }