System.Sensors.TBiometricSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBiometricSensorType = (HumanPresence, HumanProximity, Touch);

C++

enum class DECLSPEC_DENUM TBiometricSensorType : unsigned char { HumanPresence, HumanProximity, Touch };

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 TCustomBiometricSensor.

Instances of this type may have any of the following values:

Item Description

HumanPresence

Detects human presence.

HumanProximity

Detects human proximity.

Touch

Detects touch.

See Also