ESP-IDF
ot::MeshCoP::Dataset::ConvertTo() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::ConvertTo() const method
Converts the TLV representation to structure representation.
Syntax
Show:
Summary
Declaration
Definition
from
dataset.hpp:520
void
ConvertTo
(
Info
&
aDatasetInfo
)
const
;
Implemented in
dataset.cpp:227
Arguments
Argument
Description
aDatasetInfo
A reference to `Info` object to output the Dataset.
Related Functions
Found 2 other functions taking a
Info
argument:
Function
Description
ot::MeshCoP::DatasetManager::SendSetRequest()
Sends a MGMT_SET request to the Leader.
ot::MeshCoP::ActiveDatasetManager::CreateNewNetwork()
Creates a new Operational Dataset to use when forming a new network.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Dataset
::
ConvertTo
(
Info
&
aDatasetInfo
)
const
dataset.cpp:227
void
Dataset
::
ConvertTo
(
Tlvs
&
aTlvs
)
const
dataset.cpp:301
void
ConvertTo
(
Info
&
aDatasetInfo
)
const
;
dataset.hpp:520
void
ConvertTo
(
Tlvs
&
aTlvs
)
const
;
dataset.hpp:527
dataset
.
ConvertTo
(
*
aDatasetTlvs
)
;
dataset_api.cpp:178
otDatasetConvertToTlvs()
dataset
.
ConvertTo
(
*
aDatasetTlvs
)
;
dataset_api.cpp:190
otDatasetUpdateTlvs()
dataset
.
ConvertTo
(
aDatasetInfo
)
;
dataset_manager.cpp:139
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::Read() const
dataset
.
ConvertTo
(
aDatasetTlvs
)
;
dataset_manager.cpp:153
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::Read() const
Call Tree
from
examples
ot::MeshCoP::Dataset::ConvertTo() const
is called by 3 functions and calls 5 functions:
otDatasetConvertToTlvs()
otDatasetUpdateTlvs()
ot::MeshCoP::DatasetManager::Read() const
All items filtered out
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::GetTlvsStart() const
ot::MeshCoP::Dataset::GetTlvsEnd() const
ot::MeshCoP::Tlv::GetType() const
ot::MeshCoP::Tlv::GetNext() const
ot::MeshCoP::Dataset::ConvertTo() const::aDatasetInfo
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::ConvertTo() const
reads 30 variables and writes 1 variable:
ot::kErrorNone
ot::MeshCoP::Dataset::Component::kActiveTimestamp
ot::MeshCoP::Dataset::Component::kPendingTimestamp
ot::MeshCoP::Dataset::Component::kNetworkKey
ot::MeshCoP::Dataset::Component::kNetworkName
ot::MeshCoP::Dataset::Component::kExtendedPanId
ot::MeshCoP::Dataset::Component::kMeshLocalPrefix
ot::MeshCoP::Dataset::Component::kDelay
ot::MeshCoP::Dataset::Component::kPanId
ot::MeshCoP::Dataset::Component::kChannel
ot::MeshCoP::Dataset::Component::kWakeupChannel
ot::MeshCoP::Dataset::Component::kPskc
ot::MeshCoP::Dataset::Component::kSecurityPolicy
ot::MeshCoP::Dataset::Component::kChannelMask
ot::MeshCoP::Tlv::Type::kChannel
ot::MeshCoP::Tlv::Type::kPanId
ot::MeshCoP::Tlv::Type::kExtendedPanId
ot::MeshCoP::Tlv::Type::kNetworkName
ot::MeshCoP::Tlv::Type::kPskc
ot::MeshCoP::Tlv::Type::kNetworkKey
ot::MeshCoP::Tlv::Type::kMeshLocalPrefix
ot::MeshCoP::Tlv::Type::kSecurityPolicy
ot::MeshCoP::Tlv::Type::kActiveTimestamp
ot::MeshCoP::Tlv::Type::kPendingTimestamp
ot::MeshCoP::Tlv::Type::kDelayTimer
ot::MeshCoP::Tlv::Type::kChannelMask
ot::MeshCoP::Tlv::Type::kWakeupChannel
otOperationalDatasetTlvs::mTlvs
ot::MeshCoP::Dataset::mTlvs
ot::MeshCoP::Dataset::mLength
All items filtered out
ot::MeshCoP::Dataset::ConvertTo() const
otOperationalDatasetTlvs::mLength
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