#include <Nvs.hpp>
◆ Nvs() [1/2]
Nvs::Nvs |
( |
const char * |
name_space, |
|
|
const char * |
partition = "nvs" |
|
) |
| |
◆ ~Nvs()
◆ Nvs() [2/2]
◆ commit()
◆ existsInt()
bool Nvs::existsInt |
( |
const char * |
key | ) |
|
◆ existsString()
bool Nvs::existsString |
( |
const char * |
key | ) |
|
◆ getInt()
std::int32_t Nvs::getInt |
( |
const char * |
key | ) |
|
◆ getString()
std::string Nvs::getString |
( |
const char * |
key | ) |
|
◆ writeInt()
void Nvs::writeInt |
( |
const char * |
key, |
|
|
std::int32_t |
value |
|
) |
| |
◆ writeString()
void Nvs::writeString |
( |
const char * |
key, |
|
|
const std::string & |
value |
|
) |
| |
The documentation for this class was generated from the following files: