ESP-IDF
ot::MeshCoP::Dataset::GetLength() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::Dataset::GetLength() const
ot::MeshCoP::Dataset::GetLength() const method
Returns the Dataset length in bytes.
Syntax
Show:
Summary
Declaration
from
dataset.hpp:534
uint8_t
GetLength
(
void
)
const
;
Return value
The Dataset length in bytes.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetLength
(
void
)
const
{
return
mLength
;
}
dataset.hpp:534
VerifyOrExit
(
aDataset
.
GetLength
(
)
!=
0
)
;
dataset_manager.cpp:80
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::Restore()
if
(
aDataset
.
GetLength
(
)
==
0
)
dataset_manager.cpp:360
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::LocalSave()
SuccessOrExit
(
error
=
message
->
AppendBytes
(
aDataset
.
GetBytes
(
)
,
aDataset
.
GetLength
(
)
)
)
;
dataset_manager.cpp:485
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SendSetRequest()
error
=
Tlv
::
AppendTlv
(
*
this
,
tlvType
,
dataset
.
GetBytes
(
)
,
dataset
.
GetLength
(
)
)
;
mle.cpp:4931
ot::Mle::Mle::TxMessage
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
Error
error
=
Get
<
SettingsDriver
>
(
)
.
Set
(
key
,
aDataset
.
GetBytes
(
)
,
aDataset
.
GetLength
(
)
)
;
settings.cpp:235
ot::Settings
ot::Settings::SaveOperationalDataset()
Call Tree
from
examples
ot::MeshCoP::Dataset::GetLength() const
is called by 5 functions:
ot::Settings::SaveOperationalDataset()
ot::Mle::Mle::TxMessage::AppendDatasetTlv()
ot::MeshCoP::DatasetManager::Restore()
ot::MeshCoP::DatasetManager::LocalSave()
ot::MeshCoP::DatasetManager::SendSetRequest()
All items filtered out
ot::MeshCoP::Dataset::GetLength() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::GetLength() const
reads 1 variable:
ot::MeshCoP::Dataset::mLength
All items filtered out
ot::MeshCoP::Dataset::GetLength() const
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