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

◆ nrf_rpc_cbor_evt()

int nrf_rpc_cbor_evt ( 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.

Parameters
groupGroup that event belongs to.
evtEvent id.
ctxContext allocated by NRF_RPC_CBOR_ALLOC.
Returns
0 on success or negative error code if a transport layer reported a sending error.