nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_rpc_cbor_cmd_rsp_no_err()

void nrf_rpc_cbor_cmd_rsp_no_err ( const struct nrf_rpc_group * group,
uint8_t cmd,
struct nrf_rpc_cbor_ctx * ctx )

#include <nrf_rpc/include/nrf_rpc_cbor.h>

Send a command, get response as an output parameter and pass any error to an error handler.

See both nrf_rpc_cbor_cmd_rsp and nrf_rpc_cbor_cmd_no_err for more details on this variant of command send function.

Parameters
groupGroup that command belongs to.
cmdCommand id.
ctxContext allocated by NRF_RPC_CBOR_ALLOC.