Class MSAcpiThermalZoneTemperatureJNA
java.lang.Object
oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature
oshi.driver.windows.wmi.MSAcpiThermalZoneTemperatureJNA
@ThreadSafe
public final class MSAcpiThermalZoneTemperatureJNA
extends oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature
Utility to query WMI class
MSAcpi_ThermalZoneTemperature using JNA.-
Nested Class Summary
Nested classes/interfaces inherited from class oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature
oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature.TemperatureProperty -
Field Summary
Fields inherited from class oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature
MS_ACPI_THERMAL_ZONE_TEMPERATURE, WMI_NAMESPACE -
Method Summary
Modifier and TypeMethodDescriptionstatic WbemcliUtil.WmiResult<oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature.TemperatureProperty> Queries the current temperature.
-
Method Details
-
queryCurrentTemperature
public static WbemcliUtil.WmiResult<oshi.driver.common.windows.wmi.MSAcpiThermalZoneTemperature.TemperatureProperty> queryCurrentTemperature()Queries the current temperature.- Returns:
- Temperature at thermal zone in tenths of degrees Kelvin.
-