![]() |
nRF Connect SDK API 3.3.99
|
| bool nrf_rpc_decode_is_null | ( | struct nrf_rpc_cbor_ctx * | ctx | ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Check if value is a null. This function will not consume the value.
| [in,out] | ctx | CBOR decoding context. |
| True,if | value is a null. Otherwise, false will be returned. |