Uses of Interface
oshi.hardware.UsbDevice
Packages that use UsbDevice
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
-
Uses of UsbDevice in oshi.hardware
Subinterfaces with type arguments of type UsbDevice in oshi.hardwareModifier and TypeInterfaceDescriptioninterfaceA USB device is a device connected via a USB port, possibly internally/permanently.Methods in oshi.hardware that return types with arguments of type UsbDeviceModifier and TypeMethodDescriptionUsbDevice.getConnectedDevices()Other devices connected to this hubHardwareAbstractionLayer.getUsbDevices(boolean tree) Instantiates a list ofUsbDeviceobjects, representing devices connected via a usb port (including internal devices). -
Uses of UsbDevice in oshi.hardware.common
Classes in oshi.hardware.common that implement UsbDeviceMethods in oshi.hardware.common that return types with arguments of type UsbDeviceMethods in oshi.hardware.common with parameters of type UsbDeviceMethod parameters in oshi.hardware.common with type arguments of type UsbDeviceModifier and TypeMethodDescriptionprotected static voidAbstractUsbDevice.addDevicesToList(List<UsbDevice> deviceList, List<UsbDevice> list) Recursively adds USB devices fromlisttodeviceList, depth-first.Constructor parameters in oshi.hardware.common with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.common.platform.linux
Classes in oshi.hardware.common.platform.linux that implement UsbDeviceConstructor parameters in oshi.hardware.common.platform.linux with type arguments of type UsbDevice -
Uses of UsbDevice in oshi.hardware.common.platform.mac
Classes in oshi.hardware.common.platform.mac that implement UsbDeviceConstructor parameters in oshi.hardware.common.platform.mac with type arguments of type UsbDevice