nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
cloud_module_event.h File Reference

Go to the source code of this file.

Data Structures

struct  cloud_module_data_ack
 Structure used to acknowledge messages sent to the cloud module. More...
 
struct  cloud_module_event
 Cloud module event. More...
 

Enumerations

enum  cloud_module_event_type {
  CLOUD_EVT_CONNECTED , CLOUD_EVT_DISCONNECTED , CLOUD_EVT_CONNECTING , CLOUD_EVT_CONNECTION_TIMEOUT ,
  CLOUD_EVT_LTE_CONNECT , CLOUD_EVT_LTE_DISCONNECT , CLOUD_EVT_USER_ASSOCIATION_REQUEST , CLOUD_EVT_USER_ASSOCIATED ,
  CLOUD_EVT_REBOOT_REQUEST , CLOUD_EVT_CONFIG_RECEIVED , CLOUD_EVT_CLOUD_LOCATION_RECEIVED , CLOUD_EVT_CLOUD_LOCATION_ERROR ,
  CLOUD_EVT_CLOUD_LOCATION_UNKNOWN , CLOUD_EVT_CONFIG_EMPTY , CLOUD_EVT_FOTA_START , CLOUD_EVT_FOTA_DONE ,
  CLOUD_EVT_FOTA_ERROR , CLOUD_EVT_DATA_SEND_QOS , CLOUD_EVT_SHUTDOWN_READY , CLOUD_EVT_ERROR
}
 Event types submitted by the cloud module. More...