![]() |
nRF Connect SDK API 3.3.99
|
| int event_manager_proxy_start | ( | void | ) |
#include <include/event_manager_proxy.h>
Start events transfer.
This function sends start command to all added remote cores. This command finalizes initialization process, therefore the functions event_manager_proxy_add_remote and event_manager_proxy_subscribe cannot be used anymore.
| 0 | On success. |
| -EPIPE | The remote core did not bond in during timeout period. No communication. |
| other | errno code. |