ESP-IDF
ot::Mle::ConnectivityTlv::GetIdSequence() 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::Mle::ConnectivityTlv::GetIdSequence() const
ot::Mle::ConnectivityTlv::GetIdSequence() const method
Returns the ID Sequence value.
Syntax
Show:
Summary
Declaration
from
mle_tlvs.hpp:814
uint8_t
GetIdSequence
(
void
)
const
;
Return value
The ID Sequence value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetIdSequence
(
void
)
const
{
return
mIdSequence
;
}
mle_tlvs.hpp:814
bool
isIdSequenceSame
=
(
connectivityTlv
.
GetIdSequence
(
)
==
Get
<
RouterTable
>
(
)
.
GetRouterIdSequence
(
)
)
;
mle.cpp:3059
ot::Mle::Mle
ot::Mle::Mle::HandleParentResponse()
SerialNumber
::
IsGreater
(
connectivityTlv
.
GetIdSequence
(
)
,
Get
<
RouterTable
>
(
)
.
GetRouterIdSequence
(
)
)
;
mle.cpp:3061
ot::Mle::Mle
ot::Mle::Mle::HandleParentResponse()
aConnectivity
.
mIdSequence
=
GetIdSequence
(
)
;
network_diagnostic_tlvs.hpp:268
ot::NetworkDiagnostic::ConnectivityTlv::GetConnectivity() const
Call Tree
from
examples
ot::Mle::ConnectivityTlv::GetIdSequence() const
is called by 1 function:
ot::Mle::Mle::HandleParentResponse()
All items filtered out
ot::Mle::ConnectivityTlv::GetIdSequence() const
All items filtered out
Data Use
from
examples
ot::Mle::ConnectivityTlv::GetIdSequence() const
reads 1 variable and writes 1 variable:
ot::Mle::ConnectivityTlv::mIdSequence
All items filtered out
ot::Mle::ConnectivityTlv::GetIdSequence() const
ot::NetworkDiagnostic::ConnectivityTlv::GetConnectivity() 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