nRF Connect SDK API 2.8.99
|
void nrf_rpc_encoder_invalid | ( | struct nrf_rpc_cbor_ctx * | ctx | ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Put encode into an invalid state. All further encoding on this encoder will be ignored. Invalid state can be checked with the is_encoder_invalid() function.
[in,out] | ctx | CBOR encoding context. |