| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUsbDevice
A USB device
|
| Modifier and Type | Field and Description |
|---|---|
protected UsbDevice[] |
AbstractUsbDevice.connectedDevices |
| Modifier and Type | Method and Description |
|---|---|
UsbDevice[] |
UsbDevice.getConnectedDevices()
Other devices connected to this hub
|
UsbDevice[] |
AbstractUsbDevice.getConnectedDevices() |
UsbDevice[] |
HardwareLayer.getUsbDevices(boolean tree)
Instantiates an array of
UsbDevice objects,
representing devices connected via a usb port (including internal devices). |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractUsbDevice.compareTo(UsbDevice usb) |
| Constructor and Description |
|---|
AbstractUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices)
Constructor for AbstractUsbDevice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxUsbDevice
LinuxUsbDevice class.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
LinuxUsbDevice.getUsbDevices(boolean tree) |
UsbDevice[] |
LinuxHardwareLayer.getUsbDevices(boolean tree) |
| Constructor and Description |
|---|
LinuxUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices)
Constructor for LinuxUsbDevice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacUsbDevice
MacUsbDevice class.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
MacUsbDevice.getUsbDevices(boolean tree) |
UsbDevice[] |
MacHardwareLayer.getUsbDevices(boolean tree) |
| Constructor and Description |
|---|
MacUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices)
Constructor for MacUsbDevice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdUsbDevice
FreeBsdUsbDevice class.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
FreeBsdUsbDevice.getUsbDevices(boolean tree) |
UsbDevice[] |
FreeBsdHardwareLayer.getUsbDevices(boolean tree) |
| Constructor and Description |
|---|
FreeBsdUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices) |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisUsbDevice
SolarisUsbDevice class.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
SolarisUsbDevice.getUsbDevices(boolean tree) |
UsbDevice[] |
SolarisHardwareLayer.getUsbDevices(boolean tree) |
| Constructor and Description |
|---|
SolarisUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices)
Constructor for SolarisUsbDevice.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsUsbDevice
WindowsUsbDevice class.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbDevice[] |
WindowsUsbDevice.getUsbDevices(boolean tree) |
UsbDevice[] |
WindowsHardwareLayer.getUsbDevices(boolean tree) |
| Constructor and Description |
|---|
WindowsUsbDevice(String name,
String vendor,
String vendorId,
String productId,
String serialNumber,
String uniqueDeviceId,
UsbDevice[] connectedDevices) |
Copyright © 2019. All rights reserved.