Uses of Class
oshi.driver.windows.wmi.OhmSensor.ValueProperty
-
Packages that use OhmSensor.ValueProperty Package Description oshi.driver.windows.wmi Provides functions to query properties in WMI classes -
-
Uses of OhmSensor.ValueProperty in oshi.driver.windows.wmi
Methods in oshi.driver.windows.wmi that return OhmSensor.ValueProperty Modifier and Type Method Description static OhmSensor.ValueProperty
OhmSensor.ValueProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OhmSensor.ValueProperty[]
OhmSensor.ValueProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.wmi that return types with arguments of type OhmSensor.ValueProperty Modifier and Type Method Description static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmSensor.ValueProperty>
OhmSensor. querySensorValue(WmiQueryHandler h, java.lang.String identifier, java.lang.String sensorType)
Queries the sensor value of an hardware identifier and sensor type.
-