public interface UsbDevice
Modifier and Type | Method and Description |
---|---|
String |
getManufacturerName()
The manufacturer name of the device
|
String |
getProductId()
The product ID of the device
|
String |
getProductName()
The product name of the device
|
String |
getUsbBusNumber()
The USB bus number of the device
|
String |
getUsbDevicePath()
The USB device path
|
String |
getUsbPort()
The complete USB port (USB bus number plus USB device path)
|
String |
getVendorId()
The vendor ID of the device
|
String getVendorId()
String getProductId()
String getManufacturerName()
String getProductName()
String getUsbBusNumber()
String getUsbDevicePath()
String getUsbPort()
Copyright © 2013. All Rights Reserved.