Uses of Enum Class
oshi.driver.common.windows.wmi.LhmSensor.LhmSensorProperty
Packages that use LhmSensor.LhmSensorProperty
Package
Description
Provides common WMI driver constants and property enums shared between JNA and FFM implementations.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of LhmSensor.LhmSensorProperty in oshi.driver.common.windows.wmi
Subclasses with type arguments of type LhmSensor.LhmSensorProperty in oshi.driver.common.windows.wmiModifier and TypeClassDescriptionstatic enumSensor properties returned by LHM WMI queries.Methods in oshi.driver.common.windows.wmi that return LhmSensor.LhmSensorPropertyModifier and TypeMethodDescriptionstatic LhmSensor.LhmSensorPropertyReturns the enum constant of this class with the specified name.static LhmSensor.LhmSensorProperty[]LhmSensor.LhmSensorProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.driver.common.windows.wmi that return types with arguments of type LhmSensor.LhmSensorPropertyModifier and TypeMethodDescriptionstatic WmiResult<LhmSensor.LhmSensorProperty> LhmSensor.querySensors(WmiQueryExecutor h, String parent, String sensorType) Queries all sensors of a given type belonging to a specific hardware parent. -
Uses of LhmSensor.LhmSensorProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type LhmSensor.LhmSensorPropertyModifier and TypeMethodDescriptionprotected abstract WmiResult<LhmSensor.LhmSensorProperty> WindowsGpuStats.queryLhmSensors(String parent, String sensorType) Queries LHM sensors.