Class MSAcpiThermalZoneTemperature

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

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

    Nested Classes
    Modifier and Type Class Description
    static class  MSAcpiThermalZoneTemperature.TemperatureProperty
    Current temperature property.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String WMI_NAMESPACE  
  • Method Summary

    Modifier and Type Method Description
    static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSAcpiThermalZoneTemperature.TemperatureProperty> queryCurrentTemperature()
    Queries the current temperature

    Methods inherited from class java.lang.Object

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

  • Method Details

    • queryCurrentTemperature

      public static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSAcpiThermalZoneTemperature.TemperatureProperty> queryCurrentTemperature()
      Queries the current temperature
      Returns:
      Temperature at thermal zone in tenths of degrees Kelvin.