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

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

Introduction

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

The text is from its open source code.

Method

intgetDeviceClass()
Returns the devices's class field.
intgetDeviceId()
Returns a unique integer ID for the device.
StringgetDeviceName()
Returns the name of the device.
UsbInterfacegetInterface(int index)
Returns the UsbInterface at the given index.
intgetInterfaceCount()
Returns the number of UsbInterface s this device contains.
intgetProductId()
Returns a product ID for the device.
intgetVendorId()
Returns a vendor ID for the device.
inthashCode()