ESP-IDF
ot::MeshCoP::Dataset::TimestampTlvFor()
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::MeshCoP::Dataset::TimestampTlvFor()
ot::MeshCoP::Dataset::TimestampTlvFor() method
Syntax
Show:
Summary
Declaration
from
dataset.hpp:652
static
Tlv
::
Type
TimestampTlvFor
(
Type
aType
)
;
Arguments
Argument
aType
Examples
References
from
examples
Code
Location
Scope
Referrer
static
Tlv
::
Type
TimestampTlvFor
(
Type
aType
)
dataset.hpp:652
const
Tlv
*
tlv
=
FindTlv
(
TimestampTlvFor
(
aType
)
)
;
dataset.cpp:538
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ReadTimestamp() const
return
WriteTlv
(
TimestampTlvFor
(
aType
)
,
&
aTimestamp
,
sizeof
(
Timestamp
)
)
;
dataset.cpp:554
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTimestamp()
void
Dataset
::
RemoveTimestamp
(
Type
aType
)
{
RemoveTlv
(
TimestampTlvFor
(
aType
)
)
;
}
dataset.cpp:557
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::RemoveTimestamp()
Call Tree
from
examples
ot::MeshCoP::Dataset::TimestampTlvFor()
is called by 3 functions:
ot::MeshCoP::Dataset::ReadTimestamp() const
ot::MeshCoP::Dataset::WriteTimestamp()
ot::MeshCoP::Dataset::RemoveTimestamp()
All items filtered out
ot::MeshCoP::Dataset::TimestampTlvFor()
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::TimestampTlvFor()
reads 3 variables:
ot::MeshCoP::Dataset::Type::kActive
ot::MeshCoP::Tlv::Type::kActiveTimestamp
ot::MeshCoP::Tlv::Type::kPendingTimestamp
All items filtered out
ot::MeshCoP::Dataset::TimestampTlvFor()
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