nRF Connect SDK API 2.8.99
|
void * nrf_rpc_decode_callback_call | ( | struct nrf_rpc_cbor_ctx * | ctx | ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Decode callback slot.
This function will use callback proxy module to get callback associated with the decoded slot number.
[in,out] | ctx | CBOR decoding context. |
Callback | assigned to the slot encoded in the value parameter. |