System.Sensors.TLightSensorType

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

Delphi

TLightSensorType = (AmbientLight);

C++

enum class DECLSPEC_DENUM TLightSensorType : unsigned char { AmbientLight };

プロパティ

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


説明

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

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

項目 説明

AmbientLight

環境光センサ。

関連項目