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

◆ nrf_rpc_decoding_done_and_check()

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.

Parameters
[in]groupnRF RPC group.
[in,out]ctxCBOR decoding context.
Return values
Trueif decoding finshed with success. Otherwise, false will be returned.