nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_rpc_cbor_handler_t

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.

Parameters
groupnRF RPC group.
ctxCBOR decoding context
handler_dataCustom handler data.