nRF Connect SDK API 0.1.0
|
char * nrf_rpc_decode_str_into_scratchpad | ( | struct nrf_rpc_scratchpad * | scratchpad, |
size_t * | len | ||
) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Decode a string value into a scratchpad.
[in] | scratchpad | Pointer to the scratchpad. |
[out] | len | length of decoded string in bytes. |
Pointer | to a decoded string. |