ESP-IDF
ot::NeighborTable::FindChildOrRouter()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NeighborTable::FindChildOrRouter()
ot::NeighborTable::FindChildOrRouter() method
Syntax
Show:
Summary
Declaration
Definition
from
neighbor_table.hpp:227
Neighbor
*
FindChildOrRouter
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
;
Implemented in
neighbor_table.cpp:120
Arguments
Argument
aMatcher
Related Functions
Found 5 other functions taking a
AddressMatcher
argument:
Function
Description
ot::NeighborTable::FindNeighbor()
ot::NeighborTable::FindParent()
ot::Neighbor::Matches() const
Indicates whether neighbor matches a given `AddressMatcher`.
ot::ChildTable::FindChild() const
ot::RouterTable::FindRouter() const
Examples
References
from
examples
Code
Location
Scope
Referrer
Neighbor
*
NeighborTable
::
FindChildOrRouter
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
neighbor_table.cpp:120
Neighbor
*
FindChildOrRouter
(
const
Neighbor
::
AddressMatcher
&
aMatcher
)
;
neighbor_table.hpp:227
neighbor
=
FindChildOrRouter
(
aMatcher
)
;
neighbor_table.cpp:85
ot::NeighborTable
ot::NeighborTable::FindNeighbor()
Call Tree
from
examples
ot::NeighborTable::FindChildOrRouter()
is called by 1 function:
ot::NeighborTable::FindNeighbor()
All items filtered out
ot::NeighborTable::FindChildOrRouter()
All items filtered out
Data Use
from
examples
ot::NeighborTable::FindChildOrRouter()
:
All items filtered out
ot::NeighborTable::FindChildOrRouter()
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