nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
NRF RPC callback proxy API

API for the NRF RPC callback proxy. More...

Macros

#define NRF_RPC_CBKPROXY_HANDLER(...)    _CBKPROXY_HANDLER_CAT(_CBKPROXY_HANDLER_, _CBKPROXY_HANDLER_CNT(__VA_ARGS__)) (__VA_ARGS__)
 Creates a handler for output callback proxy.
 
#define NRF_RPC_CBKPROXY_HANDLER_DECL(...)
 Declares a handler for output callback proxy.
 

Functions

void * nrf_rpc_cbkproxy_out_get (int index, void *handler)
 Get output callback proxy.
 
int nrf_rpc_cbkproxy_in_set (void *callback)
 Sets input callback proxy.
 
void * nrf_rpc_cbkproxy_in_get (int index)
 Gets input callback proxy.
 

Detailed Description

API for the NRF RPC callback proxy.