| Package | Description |
|---|---|
| oshi.json.hardware |
[oshi-json API] Provides cross-platform implementation to retrieve
JSON-formatted hardware information such as CPU, Memory, Display, Disks,
Network Interfaces, Power Sources, Sensors, and USB Devices
|
| oshi.json.hardware.impl |
Provides implementations for hardware such as Memory, Power Sources, and
Processor
|
| Modifier and Type | Method and Description |
|---|---|
UsbDevice[] |
UsbDevice.getConnectedDevices()
Other devices connected to this hub
|
UsbDevice[] |
HardwareAbstractionLayer.getUsbDevices(boolean tree)
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
| Modifier and Type | Class and Description |
|---|---|
class |
UsbDeviceImpl
Wrapper class to implement USBDevice interface with platform-specific objects
|
| Modifier and Type | Method and Description |
|---|---|
UsbDevice[] |
UsbDeviceImpl.getConnectedDevices()
Other devices connected to this hub
|
UsbDevice[] |
HardwareAbstractionLayerImpl.getUsbDevices(boolean tree)
Instantiates an array of
UsbDevice objects, representing devices
connected via a usb port (including internal devices). |
Copyright © 2010–2017 oshi. All rights reserved.