nRF Connect SDK API 2.8.99
|
bool nrf_rpc_decoding_done_and_check | ( | const struct nrf_rpc_group * | group, |
struct nrf_rpc_cbor_ctx * | ctx ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Signalize that decoding is done. Use this function when you finish decoding of the received serialized packet.
[in] | group | nRF RPC group. |
[in,out] | ctx | CBOR decoding context. |
True | if decoding finshed with success. Otherwise, false will be returned. |