The fields of Android.Hardware.Usb.UsbConstants are listed below. For a list of all members, see the UsbConstants Members list.
See Also: Inherited members from Java.Lang.Object
const | UsbInterfaceSubclassBoot | int (1). Boot subclass for HID devices. |
const | UsbSubclassVendorSpec | int (255). Vendor specific USB subclass. |
const | UsbTypeClass | int (32). Used to specify that an endpoint zero control request is a class specific request. |
const | UsbTypeMask | int (96). Bitmask used for encoding the request type for a control request on endpoint zero. |
const | UsbTypeReserved | int (96). Reserved endpoint zero control request type (currently unused). |
const | UsbTypeStandard | int (0). Used to specify that an endpoint zero control request is a standard request. |
const | UsbTypeVendor | int (64). Used to specify that an endpoint zero control request is a vendor specific request. |