7#ifndef NET_CORE_MONITOR_H_
8#define NET_CORE_MONITOR_H_
void ncm_net_core_event_handler(enum ncm_event_type event, uint32_t reset_reas)
Event handler that is called by the Network core monitor library when an event occurs.
ncm_event_type
Network core monitor event types, used to signal the application.
Definition net_core_monitor.h:22
@ NCM_EVT_NET_CORE_FREEZE
Definition net_core_monitor.h:30
@ NCM_EVT_NET_CORE_RESET
Definition net_core_monitor.h:27