Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String WIN32_FAN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Win32Fan()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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
    • Constructor Detail

      • Win32Fan

        private Win32Fan()
    • Method Detail

      • 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.