Class WindowsUsbDeviceFFM

java.lang.Object
oshi.hardware.common.AbstractUsbDevice
oshi.hardware.platform.windows.WindowsUsbDeviceFFM
All Implemented Interfaces:
Comparable<oshi.hardware.UsbDevice>, oshi.hardware.UsbDevice

@Immutable public class WindowsUsbDeviceFFM extends oshi.hardware.common.AbstractUsbDevice
Windows USB Device using FFM.
  • Constructor Summary

    Constructors
    Constructor
    Description
    WindowsUsbDeviceFFM(String name, String vendor, String vendorId, String productId, String serialNumber, String uniqueDeviceId, List<oshi.hardware.UsbDevice> connectedDevices)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<oshi.hardware.UsbDevice>
    getUsbDevices(boolean tree)
     

    Methods inherited from class oshi.hardware.common.AbstractUsbDevice

    addDevicesToList, compareTo, getConnectedDevices, getName, getProductId, getSerialNumber, getUniqueDeviceId, getVendor, getVendorId, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WindowsUsbDeviceFFM

      public WindowsUsbDeviceFFM(String name, String vendor, String vendorId, String productId, String serialNumber, String uniqueDeviceId, List<oshi.hardware.UsbDevice> connectedDevices)
  • Method Details

    • getUsbDevices

      public static List<oshi.hardware.UsbDevice> getUsbDevices(boolean tree)