nRF Connect SDK API 0.1.0
|
void nrf_rpc_encode_int64 | ( | struct nrf_rpc_cbor_ctx * | ctx, |
int64_t | value | ||
) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Encode an 64bits integer value.
[in,out] | ctx | Structure used to encode CBOR stream. |
[in] | value | Encoded value. |