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_Initializing Indicates that the sensor is initializing. |
SensorState_Idle Indicates that the sensor is idle |
SensorState_Active Indicates that the sensor is active. |
SensorState_Error Indicates 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 |