Skip to content

Class rb::Nvs

ClassList > rb > Nvs

Public Functions

Type Name
Nvs (const char * name_space, const char * partition="nvs")
Nvs (const Nvs &) = delete
void commit ()
bool existsInt (const char * key)
bool existsString (const char * key)
int getInt (const char * key)
std::string getString (const char * key)
void writeInt (const char * key, int value)
void writeString (const char * key, const std::string & value)
~Nvs ()

Public Functions Documentation

function Nvs [1/2]

rb::Nvs::Nvs (
    const char * name_space,
    const char * partition="nvs"
) 

function Nvs [2/2]

rb::Nvs::Nvs (
    const Nvs &
) = delete

function commit

void rb::Nvs::commit () 

function existsInt

bool rb::Nvs::existsInt (
    const char * key
) 

function existsString

bool rb::Nvs::existsString (
    const char * key
) 

function getInt

int rb::Nvs::getInt (
    const char * key
) 

function getString

std::string rb::Nvs::getString (
    const char * key
) 

function writeInt

void rb::Nvs::writeInt (
    const char * key,
    int value
) 

function writeString

void rb::Nvs::writeString (
    const char * key,
    const std::string & value
) 

function ~Nvs

rb::Nvs::~Nvs () 

The documentation for this class was generated from the following file demo-projets/esp/RBCXNvs.h