Uses of Enum
oshi.driver.windows.wmi.LhmSensor.LhmSensorProperty
Packages that use LhmSensor.LhmSensorProperty
-
Uses of LhmSensor.LhmSensorProperty in oshi.driver.windows.wmi
Subclasses with type arguments of type LhmSensor.LhmSensorProperty in oshi.driver.windows.wmiModifier and TypeClassDescriptionstatic enumSensor properties returned by LHM WMI queries.Methods in oshi.driver.windows.wmi that return LhmSensor.LhmSensorPropertyModifier and TypeMethodDescriptionstatic LhmSensor.LhmSensorPropertyReturns the enum constant of this type with the specified name.static LhmSensor.LhmSensorProperty[]LhmSensor.LhmSensorProperty.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 LhmSensor.LhmSensorPropertyModifier and TypeMethodDescriptionstatic com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<LhmSensor.LhmSensorProperty> LhmSensor.querySensors(String parent, String sensorType) Queries all sensors of a given type belonging to a specific hardware parent.