![]() |
nRF Connect SDK API 3.3.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. |