The members of Android.Hardware.Usb.UsbRequest are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ClientData | Java.Lang.Object. Returns the client data for the request. | |
[read-only] | Endpoint | UsbEndpoint. Returns the endpoint for the request, or null if the request is not opened. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel()Cancels a pending queue operation. | ||
Close()Releases all resources related to this request. | ||
Initialize(UsbDeviceConnection, UsbEndpoint)Initializes the request so it can read or write data on the given endpoint. | ||
Queue(Java.Nio.ByteBuffer, int)Queues the request to send or receive data on its endpoint. |