Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HUMAN_PRESENCE_DETECTION_TYPE enumeration values indicate types of human presence detection hardware.
Syntax
typedef enum HUMAN_PRESENCE_DETECTION_TYPE {
HumanPresenceDetectionType_Undefined,
HumanPresenceDetectionType_VendorDefinedNonBiometric,
HumanPresenceDetectionType_VendorDefinedBiometric,
HumanPresenceDetectionType_FacialBiometric,
HumanPresenceDetectionType_AudioBiometric,
HumanPresenceDetectionType_Force_Dword
} ;
Constants
HumanPresenceDetectionType_UndefinedIndicates an undefined human presence detection type. |
HumanPresenceDetectionType_VendorDefinedNonBiometricIndicates a vendor defined, non-biometric human presence detection type. |
HumanPresenceDetectionType_VendorDefinedBiometricIndicates a vendor defined, biometric human presence detection type. |
HumanPresenceDetectionType_FacialBiometricIndicates a facial human presence detection type, such as a camera. |
HumanPresenceDetectionType_AudioBiometricIndicates an audio human presence detection type, such as a microphone. |
HumanPresenceDetectionType_Force_DwordUsed to force the HUMAN_PRESENCE_DETECTION_TYPE enum to a 32-bit data type (a DWORD). |
Requirements
| Requirement | Value |
|---|---|
| Header | sensorsdef.h |