![]() |
nRF Connect SDK API 3.3.99
|
| int lwm2m_os_storage_read | ( | uint16_t | id, |
| void * | data, | ||
| size_t | len ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_os.h>
Read an entry from non-volatile storage.
| [in] | id | ID of the entry to be read. |
| [out] | data | Pointer to data buffer. |
| [in,out] | len | Number of bytes to be read. |