TemperatureUnit EnumerationHIDSharp
Defines the possible units of temperature.

Namespace: HidSharp.ReportDescriptors.Units
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0-alpha
Syntax

public enum TemperatureUnit
Members

  Member nameValueDescription
None0 The unit system has no unit of temperature.
Kelvin1 The unit of temperature is Kelvin (occurs in SI Linear and Rotation unit systems).
Fahrenheit2 The unit of temperature is Fahrenheit (occurs in English Linear and Rotation unit systems).
See Also

Reference