![]() |
nRF Connect SDK API 3.3.99
|
| #define NRF_RPC_SCRATCHPAD_DECLARE | ( | _scratchpad, | |
| _ctx ) |
#include <include/nrf_rpc/nrf_rpc_serialize.h>
Alloc the scratchpad. Scratchpad is used to store a data when decoding serialized data.
| [in] | _scratchpad | Scratchpad name. |
| [in] | _ctx | CBOR decoding context. One unsigned integer will be decoded from this value that contains scratchpad buffer size. |