iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 028 [TemperatureProbe] structure.
public static class TemperatureProbe
| name | description |
|---|---|
| static Accuracy { get; } | Gets a value representing the key to retrieve the property value. |
| static Description { get; } | Gets a value representing the key to retrieve the property value. |
| static MaximumValue { get; } | Gets a value representing the key to retrieve the property value. |
| static MinimumValue { get; } | Gets a value representing the key to retrieve the property value. |
| static NominalValue { get; } | Gets a value representing the key to retrieve the property value. |
| static OemDefined { get; } | Gets a value representing the key to retrieve the property value. |
| static Resolution { get; } | Gets a value representing the key to retrieve the property value. |
| static Tolerance { get; } | Gets a value representing the key to retrieve the property value. |
| static class LocationAndStatus | Contains the key definition for the Location And Status section. |