nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_rpc_decode_valid()

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.

Parameters
[in,out]ctxCBOR decoding context.
Return values
Trueif decoder is in valid state which means that no error occurred so far. Otherwise, false will be returned.