nRF Connect SDK API 2.8.99
|
#include <applications/asset_tracker_v2/src/events/modem_module_event.h>
Modem event types submitted by Modem module.
Enumerator | |
---|---|
MODEM_EVT_INITIALIZED | Event signalling that the modem library and AT command library have been initialized and are ready for use by other modules. The event has no associated payload. |
MODEM_EVT_LTE_CONNECTED | The device has been registered with an LTE network. The event has no associated payload. |
MODEM_EVT_LTE_DISCONNECTED | The device has been de-registered with an LTE network. The event has no associated payload. |
MODEM_EVT_LTE_CONNECTING | The device is searching for an LTE network. The event has no associated payload. |
MODEM_EVT_LTE_CELL_UPDATE | The device is connected to a new LTE cell. The event has associated payload of type modem_module_cell in the |
MODEM_EVT_LTE_PSM_UPDATE | PSM configuration has been received. The event has associated payload of type modem_module_psm in the |
MODEM_EVT_LTE_EDRX_UPDATE | eDRX configuration has been received. The event has associated payload of type modem_module_edrx in the |
MODEM_EVT_MODEM_STATIC_DATA_READY | Static modem data has been sampled and is ready. The event has associated payload of type modem_module_static_modem_data in the |
MODEM_EVT_MODEM_DYNAMIC_DATA_READY | Dynamic modem data has been sampled and is ready. The event has associated payload of type modem_module_dynamic_modem_data in the |
MODEM_EVT_MODEM_STATIC_DATA_NOT_READY | Static modem data could not be sampled will not be ready for this sampling interval. The event has no associated payload. |
MODEM_EVT_MODEM_DYNAMIC_DATA_NOT_READY | Dynamic modem data could not be sampled will not be ready for this sampling interval. The event has no associated payload. |
MODEM_EVT_BATTERY_DATA_NOT_READY | Battery data could not be sampled will not be ready for this sampling interval. The event has no associated payload. |
MODEM_EVT_SHUTDOWN_READY | The modem module has successfully shut down. The event has associated payload of type |
MODEM_EVT_ERROR | A critical error has occurred, and the application should reboot to recover as the module may enter an undefined state. The event has associated payload of the type |
MODEM_EVT_CARRIER_FOTA_PENDING | Due to modem limitations for active TLS connections, the carrier library requires all other TLS connections in the system to be terminated while FOTA update is ongoing. The event has no associated payload. |
MODEM_EVT_CARRIER_FOTA_STOPPED | FOTA update has been stopped and the application can set up TLS connections again. The event has no associated payload. |
MODEM_EVT_CARRIER_REBOOT_REQUEST | The carrier library requests that the device reboots to apply downloaded firmware image(s) or for other reasons. The event has no associated payload. |
MODEM_EVT_CARRIER_EVENT_LTE_LINK_UP_REQUEST | |
MODEM_EVT_CARRIER_EVENT_LTE_LINK_DOWN_REQUEST | |
MODEM_EVT_CARRIER_EVENT_LTE_POWER_OFF_REQUEST |