|
RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
|
This is the complete list of members for rb::Nvs, including all inherited members.
| commit() | rb::Nvs | |
| existsInt(const char *key) | rb::Nvs | |
| existsString(const char *key) | rb::Nvs | |
| getInt(const char *key) | rb::Nvs | |
| getString(const char *key) | rb::Nvs | |
| Nvs(const char *name_space, const char *partition="nvs") | rb::Nvs | |
| Nvs(const Nvs &)=delete | rb::Nvs | |
| writeInt(const char *key, int value) | rb::Nvs | |
| writeString(const char *key, const std::string &value) | rb::Nvs | |
| ~Nvs() | rb::Nvs |