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

◆ APP_EVENT_TYPE_DYNDATA_DECLARE

#define APP_EVENT_TYPE_DYNDATA_DECLARE (   ename)    _APP_EVENT_TYPE_DYNDATA_DECLARE(ename)

#include <include/app_event_manager.h>

Declare an event type with dynamic data size.

This macro provides declarations required for an event to be used by other modules. Declared event will use dynamic data.

Parameters
enameName of the event.