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