ESP-IDF
nvs::NVSHandleSimple::get_blob()
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_blob()
nvs::NVSHandleSimple::get_blob() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_handle_simple.hpp:50
esp_err_t
get_blob
(
const
char
*
key
,
void
*
out_blob
,
size_t
len
)
override
;
Implemented in
nvs_handle_simple.cpp:54
Arguments
Argument
key
out_blob
len
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
NVSHandleSimple
::
get_blob
(
const
char
*
key
,
void
*
out_blob
,
size_t
len
)
nvs_handle_simple.cpp:54
esp_err_t
get_blob
(
const
char
*
key
,
void
*
out_blob
,
size_t
len
)
override
;
nvs_handle_simple.hpp:50
return
handle
->
get_blob
(
key
,
out_blob
,
len
)
;
nvs_handle_locked.cpp:34
nvs::NVSHandleLocked
nvs::NVSHandleLocked::get_blob()
Call Tree
from
examples
nvs::NVSHandleSimple::get_blob()
is called by 1 function and calls 1 function:
nvs::NVSHandleLocked::get_blob()
All items filtered out
nvs::NVSHandleSimple::get_blob()
nvs::Storage::readItem()
All items filtered out
Data Use
from
examples
nvs::NVSHandleSimple::get_blob()
reads 4 variables:
nvs::NVSHandleSimple::mStoragePtr
nvs::NVSHandleSimple::mNsIndex
nvs::NVSHandleSimple::valid
nvs::ItemType::BLOB
All items filtered out
nvs::NVSHandleSimple::get_blob()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
nvs::NVSHandleSimple::get_blob()
is overridden by 1 methods:
All items filtered out
nvs::NVSHandleSimple::get_blob()
nvs::NVSHandle::get_blob()
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