nRF Connect SDK API 2.8.99
|
enum ui_module_event_type |
#include <applications/asset_tracker_v2/src/events/ui_module_event.h>
UI event types submitted by the UI module.
Enumerator | |
---|---|
UI_EVT_BUTTON_DATA_READY | Button has been pressed. Payload is of type ui_module_data (ui). |
UI_EVT_SHUTDOWN_READY | The UI module has performed all procedures to prepare for a shutdown of the system. The event carries the ID (id) of the module. |
UI_EVT_ERROR | An irrecoverable error has occurred in the cloud module. Error details are attached in the event structure. |