![]() |
nRF Connect SDK API 3.3.99
|
| int nrf_rpc_rram_wear_test_get_partition | ( | size_t | index, |
| struct rram_wear_test_partition * | part ) |
#include <include/nrf_rpc/rpc_utils/rram_wear_test.h>
Get partition details from the remote server.
| index | Partition index. | |
| [out] | part | Pointer to store the partition details. The name string will be allocated internally and must be freed by the caller using nrf_rpc_rram_wear_test_partition_free. |
| 0 | on success. |
| -EBADMSG | if the RPC response could not be decoded. |