Android.Hardware.Usb.UsbConstants: Field Members

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

Public Fields

const
UsbInterfaceSubclassBootint (1). Boot subclass for HID devices.
const
UsbSubclassVendorSpecint (255). Vendor specific USB subclass.
const
UsbTypeClassint (32). Used to specify that an endpoint zero control request is a class specific request.
const
UsbTypeMaskint (96). Bitmask used for encoding the request type for a control request on endpoint zero.
const
UsbTypeReservedint (96). Reserved endpoint zero control request type (currently unused).
const
UsbTypeStandardint (0). Used to specify that an endpoint zero control request is a standard request.
const
UsbTypeVendorint (64). Used to specify that an endpoint zero control request is a vendor specific request.