ESP-IDF
nvs::NVSHandleSimple::get_string()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::NVSHandleSimple::get_string()
nvs::NVSHandleSimple::get_string() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_handle_simple.hpp:48
esp_err_t
get_string
(
const
char
*
key
,
char
*
out_str
,
size_t
len
)
override
;
Implemented in
nvs_handle_simple.cpp:47
Arguments
Argument
key
out_str
len
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
NVSHandleSimple
::
get_string
(
const
char
*
key
,
char
*
out_str
,
size_t
len
)
nvs_handle_simple.cpp:47
esp_err_t
get_string
(
const
char
*
key
,
char
*
out_str
,
size_t
len
)
override
;
nvs_handle_simple.hpp:48
return
handle
->
get_string
(
key
,
out_str
,
len
)
;
nvs_handle_locked.cpp:29
nvs::NVSHandleLocked
nvs::NVSHandleLocked::get_string()
Call Tree
from
examples
nvs::NVSHandleSimple::get_string()
is called by 1 function and calls 1 function:
nvs::NVSHandleLocked::get_string()
All items filtered out
nvs::NVSHandleSimple::get_string()
nvs::Storage::readItem()
All items filtered out
Data Use
from
examples
nvs::NVSHandleSimple::get_string()
reads 4 variables:
nvs::NVSHandleSimple::mStoragePtr
nvs::NVSHandleSimple::mNsIndex
nvs::NVSHandleSimple::valid
nvs::ItemType::SZ
All items filtered out
nvs::NVSHandleSimple::get_string()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
nvs::NVSHandleSimple::get_string()
is overridden by 1 methods:
All items filtered out
nvs::NVSHandleSimple::get_string()
nvs::NVSHandle::get_string()
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out