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

◆ APP_EVENT_SUBSCRIBE_FINAL

#define APP_EVENT_SUBSCRIBE_FINAL (   lname,
  ename 
)

#include <include/app_event_manager.h>

Value:
_APP_EVENT_SUBSCRIBE(lname, ename, _APP_EM_MARKER_FINAL_ELEMENT); \
const struct {} _CONCAT(_CONCAT(__event_subscriber_, ename), final_sub_redefined) = {}

Subscribe a listener to an event type as final module that is being notified.

Parameters
lnameName of the listener.
enameName of the event.