Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |