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

◆ NRF_RPC_CBKPROXY_HANDLER_DECL

#define NRF_RPC_CBKPROXY_HANDLER_DECL (   ...)

#include <include/nrf_rpc/nrf_rpc_cbkproxy.h>

Value:
_CBKPROXY_HANDLER_CAT(_CBKPROXY_HANDLER_DECL_, \
_CBKPROXY_HANDLER_DECL_CNT(__VA_ARGS__)) (__VA_ARGS__)

Declares a handler for output callback proxy.

This declaration can be placed in the header file to share one handler in multiple source files.

All parameter must be the same as in related handler defined by the NRF_RPC_CBKPROXY_HANDLER macro except callback_name which should be skipped in this macro.