System.Sensors.TEnvironmentalSensorType
Delphi
TEnvironmentalSensorType = (Temperature, AtmosphericPressure, Humidity, WindSpeed, WindDirection);
C++
enum class DECLSPEC_DENUM TEnvironmentalSensorType : unsigned char { Temperature, AtmosphericPressure, Humidity, WindSpeed, WindDirection };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Description
Type that defines the type of sensor of a TCustomEnvironmentalSensor.
Instances of this type may have any of the following values:
Item | Description |
---|---|
|
Barometer, measures the pressure. |
|
Hygrometer, measures the humidity. |
|
Thermometer, measures the temperature. |
|
Weather vane, measures the wind direction. |
|
Anemometer, measures the wind speed. |