Represents the pair state of a sensor
enum Go2SensorPairState { GO2_SENSOR_PAIR_STATE_INVALID = 0, GO2_SENSOR_PAIR_STATE_CONNECTED = 1, GO2_SENSOR_PAIR_STATE_MISSING = 2, GO2_SENSOR_PAIR_STATE_ERROR = 3 };
|
Members |
Description |
|
GO2_SENSOR_PAIR_STATE_INVALID = 0 |
This sensor is not assigned, or control connection is established to this sensor. |
|
GO2_SENSOR_PAIR_STATE_CONNECTED = 1 |
Pair is connected |
|
GO2_SENSOR_PAIR_STATE_MISSING = 2 |
Paired sensor is missing |
|
GO2_SENSOR_PAIR_STATE_ERROR = 3 |
Error state - can't pair for some reason |
Go2Api.h