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

◆ EVENT_MANAGER_PROXY_SUBSCRIBE

#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.

Parameters
instanceThe instance used for IPC service to transfer data between cores.
enameName of the event. The event name has to be the same on remote and local cores.
Returns
See event_manager_proxy_subscribe.