![]() |
nRF Connect SDK API 3.3.99
|
| int emds_store_size_get | ( | size_t * | store_size | ) |
#include <include/emds/emds.h>
Calculate the size needed to store the registered data.
Calculates the size it takes to store all dynamic and static data registered in the entries.
| store_size | Pointer to a variable where the size will be stored. |
| -ECANCELED | if the function was called before emds_init. |