Represents different URC event callback registration function. More...
#include <cellular_common_internal.h>
Represents different URC event callback registration function.
CellularUrcNetworkRegistrationCallback_t _callbackEvents_t::networkRegistrationCallback |
Callback used to inform about a Network Registration URC event.
void* _callbackEvents_t::pNetworkRegistrationCallbackContext |
The context passed to CellularUrcNetworkRegistrationCallback_t.
CellularUrcPdnEventCallback_t _callbackEvents_t::pdnEventCallback |
Callback used to inform about PDN URC events.
void* _callbackEvents_t::pPdnEventCallbackContext |
The context passed to CellularUrcPdnEventCallback_t.
CellularUrcSignalStrengthChangedCallback_t _callbackEvents_t::signalStrengthChangedCallback |
Callback used to inform about signal strength changed URC event.
void* _callbackEvents_t::pSignalStrengthChangedCallbackContext |
The context passed to CellularUrcSignalStrengthChangedCallback_t.
CellularUrcGenericCallback_t _callbackEvents_t::genericCallback |
Generic callback used to inform all other URC events.
void* _callbackEvents_t::pGenericCallbackContext |
The context passed to CellularUrcGenericCallback_t.
CellularModemEventCallback_t _callbackEvents_t::modemEventCallback |
Callback used to inform about modem events.
void* _callbackEvents_t::pModemEventCallbackContext |
The context passed to CellularModemEventCallback_t.