nrfxlib API 2.8.99
|
Context for encoding and sending commands, events and responses. More...
#include <nrf_rpc_cbor.h>
Data Fields | ||
zcbor_state_t | zs [(2+CONFIG_NRF_RPC_ZCBOR_BACKUPS)] | |
union { | ||
uint8_t * out_packet | ||
const uint8_t * in_packet | ||
}; | ||
Context for encoding and sending commands, events and responses.
Initialize it with NRF_RPC_CBOR_ALLOC macro. Only encoder
field is significant for the API, other fields are internal.