Class Win32Fan

java.lang.Object
oshi.driver.windows.wmi.Win32Fan

@ThreadSafe
public final class Win32Fan
extends java.lang.Object
Utility to query WMI class Win32_Fan
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Win32Fan.SpeedProperty
    Fan speed property.
  • Method Summary

    Modifier and Type Method Description
    static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32Fan.SpeedProperty> querySpeed()
    Queries the fan speed.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • querySpeed

      public static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32Fan.SpeedProperty> querySpeed()
      Queries the fan speed.
      Returns:
      Currently requested fan speed, defined in revolutions per minute, when a variable speed fan is supported.