ESP-IDF
ot::MeshCoP::Dataset::GetBytes() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::GetBytes() const
ot::MeshCoP::Dataset::GetBytes() const method
Returns a pointer to the byte representation of the Dataset.
Syntax
Show:
Summary
Declaration
from
dataset.hpp:513
const
uint8_t
*
GetBytes
(
void
)
const
;
Return value
A pointer to the byte representation of the Dataset.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mTlvs
;
}
dataset.hpp:513
SuccessOrExit
(
error
=
message
->
AppendBytes
(
aDataset
.
GetBytes
(
)
,
aDataset
.
GetLength
(
)
)
)
;
dataset_manager.cpp:485
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SendSetRequest()
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::GetBytes() const
is called by 2 functions:
ot::Settings::SaveOperationalDataset()
ot::MeshCoP::DatasetManager::SendSetRequest()
All items filtered out
ot::MeshCoP::Dataset::GetBytes() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::GetBytes() const
reads 1 variable:
ot::MeshCoP::Dataset::mTlvs
All items filtered out
ot::MeshCoP::Dataset::GetBytes() 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