ESP-IDF
ot::RouterTable::GetRouterIdSequence() 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::RouterTable::GetRouterIdSequence() const
ot::RouterTable::GetRouterIdSequence() const method
Returns the Router ID Sequence.
Syntax
Show:
Summary
Declaration
from
router_table.hpp:282
uint8_t
GetRouterIdSequence
(
void
)
const
;
Return value
The Router ID Sequence.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetRouterIdSequence
(
void
)
const
{
return
mRouterIdSequence
;
}
router_table.hpp:282
SerialNumber
::
IsGreater
(
aRouteTlv
.
GetRouterIdSequence
(
)
,
GetRouterIdSequence
(
)
)
;
router_table.cpp:64
ot::RouterTable
ot::RouterTable::IsRouteTlvIdSequenceMoreRecent() const
Call Tree
from
examples
ot::RouterTable::GetRouterIdSequence() const
is called by 1 function:
ot::RouterTable::IsRouteTlvIdSequenceMoreRecent() const
All items filtered out
ot::RouterTable::GetRouterIdSequence() const
All items filtered out
Data Use
from
examples
ot::RouterTable::GetRouterIdSequence() const
reads 1 variable:
ot::RouterTable::mRouterIdSequence
All items filtered out
ot::RouterTable::GetRouterIdSequence() 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