Java android.hardware.usb UsbConstants fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.usb UsbConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.usb UsbConstants.

The text is from its open source code.

Field

intUSB_DIR_OUT
Used to signify direction of data for a UsbEndpoint is OUT (host to device)
intUSB_DIR_IN
Used to signify direction of data for a UsbEndpoint is IN (device to host)
intUSB_ENDPOINT_XFER_CONTROL
Control endpoint type (endpoint zero)
intUSB_ENDPOINT_XFER_ISOC
Isochronous endpoint type (currently not supported)
intUSB_ENDPOINT_XFER_BULK
Bulk endpoint type
intUSB_ENDPOINT_XFER_INT
Interrupt endpoint type
intUSB_TYPE_STANDARD
Used to specify that an endpoint zero control request is a standard request.
intUSB_TYPE_CLASS
Used to specify that an endpoint zero control request is a class specific request.
intUSB_TYPE_VENDOR
Used to specify that an endpoint zero control request is a vendor specific request.
intUSB_TYPE_RESERVED
Reserved endpoint zero control request type (currently unused).
intUSB_CLASS_PER_INTERFACE
USB class indicating that the class is determined on a per-interface basis.
intUSB_CLASS_COMM
USB class for communication devices.
intUSB_CLASS_STILL_IMAGE
USB class for still image devices (digital cameras).
intUSB_CLASS_CDC_DATA
USB class for CDC devices (communications device class).
intUSB_CLASS_VENDOR_SPEC
Vendor specific USB class.