My Project
 All Classes Functions Variables Pages
NVS Member List

This is the complete list of members for NVS, including all inherited members.

commit()NVS
erase()NVS
erase(std::string key)NVS
get(std::string key, std::string *result, bool isBlob=false)NVS
get(std::string key, uint8_t *result, size_t &length) (defined in NVS)NVS
get(std::string key, uint32_t &value) (defined in NVS)NVS
NVS(std::string name, nvs_open_mode openMode=NVS_READWRITE)NVS
set(std::string key, std::string data, bool isBlob=false)NVS
set(std::string key, uint32_t value) (defined in NVS)NVS
set(std::string key, uint8_t *data, size_t length) (defined in NVS)NVS
~NVS()NVSvirtual