public interface UsbDevice extends 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 |
getUniqueDeviceId()
A Unique Device ID of the USB device, such as the PnPDeviceID (Windows),
Device Node Path (Linux), Registry Entry ID (macOS), or Device Node number
(Unix)
|
String |
getVendor()
Vendor that manufactured the USB device
|
String |
getVendorId()
ID of the vendor that manufactured the USB device
|
compareTo
String getName()
String getVendor()
String getVendorId()
String getProductId()
String getSerialNumber()
String getUniqueDeviceId()
UsbDevice[] getConnectedDevices()
Copyright © 2010–2020 oshi. All rights reserved.