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

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

Macros

#define NRF_RPC_CBKPROXY_HANDLER(...)
 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.