ESP-IDF
ot::Settings::KeyForDatasetType()
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
ot::Settings::KeyForDatasetType()
ot::Settings::KeyForDatasetType() method
Syntax
Show:
Summary
Declaration
Definition
from
settings.hpp:1116
static
Key
KeyForDatasetType
(
MeshCoP
::
Dataset
::
Type
aType
)
;
Implemented in
settings.cpp:227
Arguments
Argument
aType
Examples
References
from
examples
Code
Location
Scope
Referrer
Settings
::
Key
Settings
::
KeyForDatasetType
(
MeshCoP
::
Dataset
::
Type
aType
)
settings.cpp:227
static
Key
KeyForDatasetType
(
MeshCoP
::
Dataset
::
Type
aType
)
;
settings.hpp:1116
Key
key
=
KeyForDatasetType
(
aType
)
;
settings.cpp:234
ot::Settings
ot::Settings::SaveOperationalDataset()
SuccessOrExit
(
error
=
Get
<
SettingsDriver
>
(
)
.
Get
(
KeyForDatasetType
(
aType
)
,
aDataset
.
GetBytes
(
)
,
&
length
)
)
;
settings.cpp:247
ot::Settings
ot::Settings::ReadOperationalDataset() const
Key
key
=
KeyForDatasetType
(
aType
)
;
settings.cpp:259
ot::Settings
ot::Settings::DeleteOperationalDataset()
Call Tree
from
examples
ot::Settings::KeyForDatasetType()
is called by 3 functions:
ot::Settings::SaveOperationalDataset()
ot::Settings::ReadOperationalDataset() const
ot::Settings::DeleteOperationalDataset()
All items filtered out
ot::Settings::KeyForDatasetType()
All items filtered out
Data Use
from
examples
ot::Settings::KeyForDatasetType()
reads 3 variables:
ot::MeshCoP::Dataset::Type::kActive
ot::SettingsBase::Key::kKeyActiveDataset
ot::SettingsBase::Key::kKeyPendingDataset
All items filtered out
ot::Settings::KeyForDatasetType()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
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