Uses of Enum Class
oshi.driver.common.windows.wmi.OhmSensor.ValueProperty
Packages that use OhmSensor.ValueProperty
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 OhmSensor.ValueProperty in oshi.driver.common.windows.wmi
Subclasses with type arguments of type OhmSensor.ValueProperty in oshi.driver.common.windows.wmiMethods in oshi.driver.common.windows.wmi that return OhmSensor.ValuePropertyModifier and TypeMethodDescriptionstatic OhmSensor.ValuePropertyReturns the enum constant of this class with the specified name.static OhmSensor.ValueProperty[]OhmSensor.ValueProperty.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 OhmSensor.ValuePropertyModifier and TypeMethodDescriptionstatic WmiResult<OhmSensor.ValueProperty> OhmSensor.querySensorValue(WmiQueryExecutor h, String identifier, String sensorType) Queries the sensor value of a hardware identifier and sensor type. -
Uses of OhmSensor.ValueProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type OhmSensor.ValuePropertyModifier and TypeMethodDescriptionprotected abstract WmiResult<OhmSensor.ValueProperty> WindowsSensors.queryOhmCpuSensor(String typeToQuery, String typeName, String sensorType, boolean searchCpu) Queries an Open Hardware Monitor CPU sensor via the backend-specific WMI handler.