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

◆ nrf_rpc_decode_is_undefined()

bool nrf_rpc_decode_is_undefined ( struct nrf_rpc_cbor_ctx *  ctx)

#include <include/nrf_rpc/nrf_rpc_serialize.h>

Check if value is an undefined. This function will not consume the value.

Parameters
[in,out]ctxCBOR decoding context.
Return values
True,ifvalue is an undefined. Otherwise, false will be returned.