Example usage for Java android.hardware.usb UsbDevice fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getDeviceClass() Returns the devices's class field. |
int | getDeviceId() Returns a unique integer ID for the device. |
String | getDeviceName() Returns the name of the device. |
UsbInterface | getInterface(int index) Returns the UsbInterface at the given index. |
int | getInterfaceCount() Returns the number of UsbInterface s this device contains. |
int | getProductId() Returns a product ID for the device. |
int | getVendorId() Returns a vendor ID for the device. |
int | hashCode() |