Uses of Enum
oshi.driver.windows.wmi.OhmSensor.ValueProperty
Packages that use OhmSensor.ValueProperty
-
Uses of OhmSensor.ValueProperty in oshi.driver.windows.wmi
Subclasses with type arguments of type OhmSensor.ValueProperty in oshi.driver.windows.wmiMethods in oshi.driver.windows.wmi that return OhmSensor.ValuePropertyModifier and TypeMethodDescriptionstatic OhmSensor.ValuePropertyReturns 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.ValuePropertyModifier and TypeMethodDescriptionstatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmSensor.ValueProperty> OhmSensor.querySensorValue(WmiQueryHandler h, String identifier, String sensorType) Queries the sensor value of an hardware identifier and sensor type.