nrfxlib API 2.8.99
|
typedef void(* nrf_rpc_cbor_handler_t) (const struct nrf_rpc_group *group, struct nrf_rpc_cbor_ctx *ctx, void *handler_data) |
#include <nrf_rpc/include/nrf_rpc_cbor.h>
Callback that handles decoding of commands, events and responses.
group | nRF RPC group. |
ctx | CBOR decoding context |
handler_data | Custom handler data. |