nrfxlib API 2.8.99
|
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.
group | Group that command belongs to. |
cmd | Command id. |
ctx | Context allocated by NRF_RPC_CBOR_ALLOC. |