Represents changes in the sensor system that require a client refresh.
enum Go2Changes { GO2_CHANGES_NONE = 0x00, GO2_CHANGES_DEVICE = 0x02, GO2_CHANGES_CONNECTION = 0x04 };
|
Members |
Description |
|
GO2_CHANGES_NONE = 0x00 |
No changes - client state is consistent with system state. |
|
GO2_CHANGES_DEVICE = 0x02 |
One or more devices have come online or gone offline - refresh required. |
|
GO2_CHANGES_CONNECTION = 0x04 |
Client has been disconnected - refresh required. |
Go2Api.h