System.Sensors.TCustomSensor.CustomData

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

Delphi

property CustomData[const Data]: Variant read GetCustomData;

C++

__property System::Variant CustomData[const void *Data] = {read=GetCustomData};

プロパティ

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


説明

センサ固有のデータ フィールド。

データ フィールドは、測定値を提供します。このプロパティによって提供されるデータ フィールドは、基としているシステム センサが測定することのできるデータ フィールドですが、センサ クラスの他のプロパティのいずれとも一致しません。

メモ: ユーザーは、これらのデータ フィールドにアクセスするためには、アプリケーションのアクセス権限が認可される必要があります。

関連項目