System.Sensors.TEnvironmentalSensorType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TEnvironmentalSensorType = (Temperature, AtmosphericPressure, Humidity, WindSpeed, WindDirection);

C++

enum class DECLSPEC_DENUM TEnvironmentalSensorType : unsigned char { Temperature, AtmosphericPressure, Humidity, WindSpeed, WindDirection };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

TCustomEnvironmentalSensorセンサのタイプを定義するタイプ。

この型のインスタンスは、次の値のいずれも取り得ることができます:

項目 説明

AtmosphericPressure

バロメータ。気圧を測定。

Humidity

湿度計。湿度を測定。

Temperature

温度計。気温を測定。

WindDirection

風向計。風向を測定。

WindSpeed

風速計。風速を測定。

関連項目