![]() |
nRF Connect SDK API 3.3.99
|
| int lwm2m_carrier_memory_total_set | ( | uint32_t | memory_total | ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_carrier.h>
Set the OMA LwM2M Device object Memory Total resource (/3/0/21).
| [in] | memory_total | Total amount of storage space in kilobytes (kB). |
| 0 | If the total amount of storage space has been set successfully. |
| -EINVAL | If the reported value is bigger than INT32_MAX. |