nRF Connect SDK API 0.1.0
|
#define EVENT_MANAGER_PROXY_SUBSCRIBE | ( | instance, | |
ename | |||
) | event_manager_proxy_subscribe((instance), APP_EVENT_ID(ename)) |
#include <include/event_manager_proxy.h>
Subscribe for the remote event.
Register the listener for the event from the remote core.
instance | The instance used for IPC service to transfer data between cores. |
ename | Name of the event. The event name has to be the same on remote and local cores. |