LibUsbDotNet.Main.UsbTransferQueue.this C# (CSharp) Method

this() public method

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