SensorStatus enumeration
Enumerates the status of a sensor. The SensorStatus can be one of:
Value | Description |
---|---|
SensorStatus::Stopped (0) | The sensor is stopped. |
SensorStatus::Starting (1) | The sensor is starting. |
SensorStatus::Started (2) | The sensor is started. |