nvs::NVSHandleSimple is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxMethodsRelatedReferences

Fields

Field
Declared as
Description
The underlying storage's object.
uint8_t
Numeric representation of the namespace as it is saved in flash (see README.rst for further details).
uint8_t
Whether this handle is marked as read-only or read-write. 0 indicates read-only, any other value read-write.
uint8_t
Indicates the validity of this handle. Upon opening, a handle is valid. It becomes invalid if the underlying storage is de-initialized.

References

from examples