Android.Hardware.Usb.UsbRequest: Method Members

The methods of Android.Hardware.Usb.UsbRequest are listed below. For a list of all members, see the UsbRequest Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Cancel() : bool
Cancels a pending queue operation.
Close()
Releases all resources related to this request.
Initialize(UsbDeviceConnection, UsbEndpoint) : bool
Initializes the request so it can read or write data on the given endpoint.
Queue(Java.Nio.ByteBuffer, int) : bool
Queues the request to send or receive data on its endpoint.