enumerazione SENSOR_STATE (sensorsdef.h)
Questa enumerazione rappresenta gli stati validi di un sensore.
Sintassi
typedef enum SENSOR_STATE {
SensorState_Initializing,
SensorState_Idle,
SensorState_Active,
SensorState_Error
} ;
Costanti
SensorState_Initializing Indica che il sensore sta inizializzando. |
SensorState_Idle Indica che il sensore è inattiva |
SensorState_Active Indica che il sensore è attivo. |
SensorState_Error Indica che il sensore si trova in uno stato di errore. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 |
Server minimo supportato | Windows Server 2012 R2 |
Intestazione | sensorsdef.h |