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

◆ nrf_rpc_decode_str_into_scratchpad()

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.

Parameters
[in]scratchpadPointer to the scratchpad.
[out]lenlength of decoded string in bytes.
Return values
Pointerto a decoded string.