Android.Hardware.Usb.UsbRequest Members

The members of Android.Hardware.Usb.UsbRequest are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

ClientDataJava.Lang.Object. Returns the client data for the request.
[read-only]
EndpointUsbEndpoint. Returns the endpoint for the request, or null if the request is not opened.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.