nrfxlib API 2.8.99
|
void nrf_rpc_cbor_evt_no_err | ( | const struct nrf_rpc_group * | group, |
uint8_t | evt, | ||
struct nrf_rpc_cbor_ctx * | ctx ) |
#include <nrf_rpc/include/nrf_rpc_cbor.h>
Send an event and pass any error to an error handler.
This variant of event send function returns void
, so sending error returned from the transport layer is passed to the error handler. Source of error is NRF_RPC_ERR_SRC_SEND.
group | Group that event belongs to. |
evt | Event id. |
ctx | Context allocated by NRF_RPC_CBOR_ALLOC. |