Uses of Enum Class
oshi.driver.common.windows.wmi.OhmHardware.IdentifierProperty
Packages that use OhmHardware.IdentifierProperty
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 OhmHardware.IdentifierProperty in oshi.driver.common.windows.wmi
Subclasses with type arguments of type OhmHardware.IdentifierProperty in oshi.driver.common.windows.wmiModifier and TypeClassDescriptionstatic enumHW Identifier Property.Methods in oshi.driver.common.windows.wmi that return OhmHardware.IdentifierPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OhmHardware.IdentifierProperty[]OhmHardware.IdentifierProperty.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 OhmHardware.IdentifierPropertyModifier and TypeMethodDescriptionOhmHardware.queryHwIdentifier(WmiQueryExecutor h, String typeToQuery, String typeName) Queries the hardware identifiers for a monitored type. -
Uses of OhmHardware.IdentifierProperty in oshi.hardware.common.platform.windows
Method parameters in oshi.hardware.common.platform.windows with type arguments of type OhmHardware.IdentifierPropertyModifier and TypeMethodDescriptionprotected static StringWindowsSensors.selectOhmCpuIdentifier(WmiResult<OhmHardware.IdentifierProperty> ohmHardware, boolean searchCpu) Selects the CPU hardware identifier from an Open Hardware Monitor identifier result.