Click or drag to resize

Sensor Interface

Abstract interface for temperature sensors.

Namespace: IO.Interfaces.Temperature
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Sensor

The Sensor type exposes the following members.

Properties
 NameDescription
Public propertyCelsius Read-only property returning the temperature in degrees Celsius.
Public propertyFahrenheit Read-only property returning the temperature in degrees Fahrenheit.
Public propertyKelvins Read-only property returning the temperature in Kelvins.
Top
See Also