nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ lwm2m_os_pdn_event_handler_t

typedef void(* lwm2m_os_pdn_event_handler_t) (uint8_t cid, enum lwm2m_os_pdn_event event, int reason)

#include <lib/bin/lwm2m_carrier/include/lwm2m_os.h>

PDN event handler.

If assigned during PDP context creation, the event handler will receive status information relative to the Packet Data Network connection, as reported by the AT notifications CNEC and GGEV.

This handler is executed by the same context that dispatches AT notifications.