HUMAN_PRESENCE_DETECTION_TYPE enumeration (sensorsdef.h)

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_Undefined
Indicates an undefined human presence detection type.
HumanPresenceDetectionType_VendorDefinedNonBiometric
Indicates a vendor defined, non-biometric human presence detection type.
HumanPresenceDetectionType_VendorDefinedBiometric
Indicates a vendor defined, biometric human presence detection type.
HumanPresenceDetectionType_FacialBiometric
Indicates a facial human presence detection type, such as a camera.
HumanPresenceDetectionType_AudioBiometric
Indicates an audio human presence detection type, such as a microphone.
HumanPresenceDetectionType_Force_Dword
Used to force the HUMAN_PRESENCE_DETECTION_TYPE enum to a 32-bit data type (a DWORD).

Requirements

Requirement Value
Header sensorsdef.h

See also