System.Sensors.TCustomBiometricSensor
Delphi
TCustomBiometricSensor = class(TCustomSensor)
C++
class PASCALIMPLEMENTATION TCustomBiometricSensor : public TCustomSensor
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Description
Gives information regarding human-device interaction.
The HumanPresence property returns True if the sensor detects human presence at the computer, and HumanProximity returns the distance in meters between computer and human.
Platform Support
This class supports the following platforms:
Platform | Details |
---|---|
Only supports the HumanProximity property. | |
Complete support. |