ESP-IDF
ot::MeshCoP::Dataset::Type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Dataset::Type
ot::MeshCoP::Dataset::Type enum
Represents the Dataset type (active or pending).
Syntax
Show:
Summary
Declaration
from
dataset.hpp:67
enum
Type
:
uint8_t
{
kActive
,
kPending
,
}
;
Values
Value
Declared as
ot::MeshCoP::Dataset::Type::kActive
ot::MeshCoP::Dataset::Type::kPending
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Type
:
uint8_t
dataset.hpp:67
using
Type
=
Dataset
::
Type
;
dataset_manager.hpp:231
bool
Dataset
::
ContainsAllRequiredTlvsFor
(
Type
aType
)
const
dataset.cpp:197
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const::aType
Error
Dataset
::
ReadTimestamp
(
Type
aType
,
Timestamp
&
aTimestamp
)
const
dataset.cpp:535
ot::MeshCoP::Dataset::ReadTimestamp() const
ot::MeshCoP::Dataset::ReadTimestamp() const::aType
Error
Dataset
::
WriteTimestamp
(
Type
aType
,
const
Timestamp
&
aTimestamp
)
dataset.cpp:552
ot::MeshCoP::Dataset::WriteTimestamp()
ot::MeshCoP::Dataset::WriteTimestamp()::aType
void
Dataset
::
RemoveTimestamp
(
Type
aType
)
{
RemoveTlv
(
TimestampTlvFor
(
aType
)
)
;
}
dataset.cpp:557
ot::MeshCoP::Dataset::RemoveTimestamp()
ot::MeshCoP::Dataset::RemoveTimestamp()::aType
const
char
*
Dataset
::
TypeToString
(
Type
aType
)
{
return
(
aType
==
kActive
)
?
"Active"
:
"Pending"
;
}
dataset.cpp:584
ot::MeshCoP::Dataset::TypeToString()
ot::MeshCoP::Dataset::TypeToString()::aType
bool
ContainsAllRequiredTlvsFor
(
Type
aType
)
const
;
dataset.hpp:285
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const::aType
Error
ReadTimestamp
(
Type
aType
,
Timestamp
&
aTimestamp
)
const
;
dataset.hpp:479
ot::MeshCoP::Dataset::ReadTimestamp() const
ot::MeshCoP::Dataset::ReadTimestamp() const::aType
Error
WriteTimestamp
(
Type
aType
,
const
Timestamp
&
aTimestamp
)
;
dataset.hpp:492
ot::MeshCoP::Dataset::WriteTimestamp()
ot::MeshCoP::Dataset::WriteTimestamp()::aType
void
RemoveTimestamp
(
Type
aType
)
;
dataset.hpp:499
ot::MeshCoP::Dataset::RemoveTimestamp()
ot::MeshCoP::Dataset::RemoveTimestamp()::aType
static
const
char
*
TypeToString
(
Type
aType
)
;
dataset.hpp:647
ot::MeshCoP::Dataset::TypeToString()
ot::MeshCoP::Dataset::TypeToString()::aType
static
Tlv
::
Type
TimestampTlvFor
(
Type
aType
)
dataset.hpp:652
ot::MeshCoP::Dataset::TimestampTlvFor()
ot::MeshCoP::Dataset::TimestampTlvFor()::aType
DatasetManager
::
DatasetManager
(
Instance
&
aInstance
,
Type
aType
,
Timer
::
Handler
aTimerHandler
)
dataset_manager.cpp:46
ot::MeshCoP::DatasetManager::DatasetManager()
using
Type
=
Dataset
::
Type
;
dataset_manager.hpp:231
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::Type
DatasetManager
(
Instance
&
aInstance
,
Type
aType
,
TimerMilli
::
Handler
aTimerHandler
)
;
dataset_manager.hpp:274
ot::MeshCoP::DatasetManager::DatasetManager()
Type
mType
;
dataset_manager.hpp:310
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::mType
Error
Mle
::
TxMessage
::
AppendDatasetTlv
(
MeshCoP
::
Dataset
::
Type
aDatasetType
)
mle.cpp:4898
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
ot::Mle::Mle::TxMessage::AppendDatasetTlv()::aDatasetType
Error
Mle
::
RxMessage
::
ReadAndSaveDataset
(
MeshCoP
::
Dataset
::
Type
aDatasetType
,
mle.cpp:5087
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const::aDatasetType
Error
AppendDatasetTlv
(
MeshCoP
::
Dataset
::
Type
aDatasetType
)
;
mle.hpp:1002
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
ot::Mle::Mle::TxMessage::AppendDatasetTlv()::aDatasetType
Error
ReadAndSaveDataset
(
MeshCoP
::
Dataset
::
Type
aDatasetType
,
const
MeshCoP
::
Timestamp
&
aTimestamp
)
const
;
mle.hpp:1031
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const::aDatasetType
Settings
::
Key
Settings
::
KeyForDatasetType
(
MeshCoP
::
Dataset
::
Type
aType
)
settings.cpp:227
ot::Settings::KeyForDatasetType()
ot::Settings::KeyForDatasetType()::aType
void
Settings
::
SaveOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
,
const
MeshCoP
::
Dataset
&
aDataset
)
settings.cpp:232
ot::Settings::SaveOperationalDataset()
ot::Settings::SaveOperationalDataset()::aType
Error
Settings
::
ReadOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
,
MeshCoP
::
Dataset
&
aDataset
)
const
settings.cpp:242
ot::Settings::ReadOperationalDataset() const
ot::Settings::ReadOperationalDataset() const::aType
void
Settings
::
DeleteOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
)
settings.cpp:257
ot::Settings::DeleteOperationalDataset()
ot::Settings::DeleteOperationalDataset()::aType
void
SaveOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
,
const
MeshCoP
::
Dataset
&
aDataset
)
;
settings.hpp:785
ot::Settings::SaveOperationalDataset()
ot::Settings::SaveOperationalDataset()::aType
Error
ReadOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
,
MeshCoP
::
Dataset
&
aDataset
)
const
;
settings.hpp:796
ot::Settings::ReadOperationalDataset() const
ot::Settings::ReadOperationalDataset() const::aType
void
DeleteOperationalDataset
(
MeshCoP
::
Dataset
::
Type
aType
)
;
settings.hpp:803
ot::Settings::DeleteOperationalDataset()
ot::Settings::DeleteOperationalDataset()::aType
static
Key
KeyForDatasetType
(
MeshCoP
::
Dataset
::
Type
aType
)
;
settings.hpp:1116
ot::Settings::KeyForDatasetType()
ot::Settings::KeyForDatasetType()::aType
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const::aType
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
dataset.hpp:285
ot::MeshCoP::Dataset::ReadTimestamp() const::aType
ot::MeshCoP::Dataset::ReadTimestamp() const
dataset.hpp:479
ot::MeshCoP::Dataset::WriteTimestamp()::aType
ot::MeshCoP::Dataset::WriteTimestamp()
dataset.hpp:492
ot::MeshCoP::Dataset::RemoveTimestamp()::aType
ot::MeshCoP::Dataset::RemoveTimestamp()
dataset.hpp:499
ot::MeshCoP::Dataset::TypeToString()::aType
ot::MeshCoP::Dataset::TypeToString()
dataset.hpp:647
ot::MeshCoP::Dataset::TimestampTlvFor()::aType
ot::MeshCoP::Dataset::TimestampTlvFor()
dataset.hpp:652
ot::MeshCoP::DatasetManager::Type
ot::MeshCoP::DatasetManager
dataset_manager.hpp:231
ot::MeshCoP::DatasetManager::mType
ot::MeshCoP::DatasetManager
dataset_manager.hpp:310
ot::Mle::Mle::TxMessage::AppendDatasetTlv()::aDatasetType
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
mle.hpp:1002
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const::aDatasetType
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const
mle.hpp:1031
ot::Settings::SaveOperationalDataset()::aType
ot::Settings::SaveOperationalDataset()
settings.hpp:785
ot::Settings::ReadOperationalDataset() const::aType
ot::Settings::ReadOperationalDataset() const
settings.hpp:796
ot::Settings::DeleteOperationalDataset()::aType
ot::Settings::DeleteOperationalDataset()
settings.hpp:803
ot::Settings::KeyForDatasetType()::aType
ot::Settings::KeyForDatasetType()
settings.hpp:1116
ot::Settings::KeyForDatasetType()::aType
ot::Settings::KeyForDatasetType()
settings.cpp:227
ot::Settings::SaveOperationalDataset()::aType
ot::Settings::SaveOperationalDataset()
settings.cpp:232
ot::Settings::ReadOperationalDataset() const::aType
ot::Settings::ReadOperationalDataset() const
settings.cpp:242
ot::Settings::DeleteOperationalDataset()::aType
ot::Settings::DeleteOperationalDataset()
settings.cpp:257
ot::Mle::Mle::TxMessage::AppendDatasetTlv()::aDatasetType
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
mle.cpp:4898
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const::aDatasetType
ot::Mle::Mle::RxMessage::ReadAndSaveDataset() const
mle.cpp:5087
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const::aType
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
dataset.cpp:197
ot::MeshCoP::Dataset::ReadTimestamp() const::aType
ot::MeshCoP::Dataset::ReadTimestamp() const
dataset.cpp:535
ot::MeshCoP::Dataset::WriteTimestamp()::aType
ot::MeshCoP::Dataset::WriteTimestamp()
dataset.cpp:552
ot::MeshCoP::Dataset::RemoveTimestamp()::aType
ot::MeshCoP::Dataset::RemoveTimestamp()
dataset.cpp:557
ot::MeshCoP::Dataset::TypeToString()::aType
ot::MeshCoP::Dataset::TypeToString()
dataset.cpp:584
Lifecycle
from
examples
All items filtered out
All items filtered out