System.Sensors.TCustomBiometricSensor

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

System.Sensors.TCustomSensorSystem.TObjectTCustomBiometricSensor

Delphi

TCustomBiometricSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomBiometricSensor : public TCustomSensor

プロパティ

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


説明

人のデバイスとのやり取りに関する情報を提供します。

HumanPresence プロパティは、センサがコンピュータのところに人の存在を検知した場合に True を返し、HumanProximity は、コンピュータと人との間の距離を返します。

サポート対象プラットフォーム

このクラスは、次のプラットフォームをサポートします:

プラットフォーム 詳細

Android

HumanProximity プロパティのみサポート。

Windows

完全サポート。

関連項目