java.lang.Object
oshi.driver.windows.wmi.Win32Fan
Utility to query WMI class
Win32_Fan
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32Fan.SpeedProperty>
Queries the fan speed.
-
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.
-