SENSOR_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsdef.h

typedef enum SENSOR_STATE {
  SensorState_Initializing,
  SensorState_Idle,
  SensorState_Active,
  SensorState_Error
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-sensorsdef-sensor_state)

SENSOR_STATE enumeration

Description

This enumeration represents the valid states of a sensor.

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.