LibUsbDotNet.Main.UsbTransferQueue.this C# (CSharp) 메소드

this() 공개 메소드

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