public interface UsbDevice extends Serializable, Comparable<UsbDevice>
| Modifier and Type | Method and Description |
|---|---|
UsbDevice[] |
getConnectedDevices()
Other devices connected to this hub
|
String |
getName()
Name of the USB device
|
String |
getProductId()
Product ID of the USB device
|
String |
getSerialNumber()
Serial number of the USB device
|
String |
getVendor()
Vendor that manufactured the USB device
|
String |
getVendorId()
ID of the vendor that manufactured the USB device
|
compareToString getName()
String getVendor()
String getVendorId()
String getProductId()
String getSerialNumber()
UsbDevice[] getConnectedDevices()
Copyright © 2010–2017 oshi. All rights reserved.