Click or drag to resize

Device Class

Encapsulates the TH02 temperature and humidity sensor.
Inheritance Hierarchy

Namespace: IO.Devices.TH02
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device : Sensor, Sensor

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for an TH02 temperature and humidity sensor object.
Top
Properties
 NameDescription
Public propertyCelsius Read-only property returning the temperature in degrees Celsius.
Public propertyDeviceID Read-only property returning the device ID.
Public propertyFahrenheit Read-only property returning the temperature in degrees Fahrenheit.
Public propertyHumidity Read-only property returning the percentage relative humidity.
Public propertyKelvins Read-only property returning the temperature in Kelvins.
Top
See Also