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.
This enumeration represents the valid states of a sensor.
Syntax
typedef enum SENSOR_STATE {
SensorState_Initializing,
SensorState_Idle,
SensorState_Active,
SensorState_Error
} ;
Constants
SensorState_InitializingIndicates that the sensor is initializing. |
SensorState_IdleIndicates that the sensor is idle |
SensorState_ActiveIndicates that the sensor is active. |
SensorState_ErrorIndicates that the sensor is in an error state. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 |
| Minimum supported server | Windows Server 2012 R2 |
| Header | sensorsdef.h |