nRF Connect SDK API 2.8.99
|
#include <stdint.h>
Go to the source code of this file.
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. | |