nRF Connect SDK API 2.8.99
|
bool nrf_rpc_decode_valid | ( | const struct nrf_rpc_cbor_ctx * | ctx | ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Returns if decoder is in valid state.
[in,out] | ctx | CBOR decoding context. |
True | if decoder is in valid state which means that no error occurred so far. Otherwise, false will be returned. |