System.Sensors.TEnvironmentalSensorType

From RAD Studio API Documentation
Jump to: navigation, search

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

AtmosphericPressure

Barometer, measures the pressure.

Humidity

Hygrometer, measures the humidity.

Temperature

Thermometer, measures the temperature.

WindDirection

Weather vane, measures the wind direction.

WindSpeed

Anemometer, measures the wind speed.

See Also