ESP-IDF
ot::Mle::MleRouter::HasChildren()
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::MleRouter::HasChildren()
ot::Mle::MleRouter::HasChildren() method
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:641
bool
HasChildren
(
void
)
;
Implemented in
mle_router.cpp:3737
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
MleRouter
::
HasChildren
(
void
)
{
return
mChildTable
.
HasChildren
(
Child
::
kInStateValidOrAttaching
)
;
}
mle_router.cpp:3737
bool
HasChildren
(
void
)
;
mle_router.hpp:641
if
(
HasChildren
(
)
)
mle_router.cpp:335
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildStart()
if
(
HasChildren
(
)
)
mle_router.cpp:344
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildStart()
if
(
IsAnnounceAttach
(
)
&&
HasChildren
(
)
)
mle_router.cpp:369
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildStart()
if
(
HasChildren
(
)
)
mle_router.cpp:3264
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAddressSolicitResponse()
Call Tree
from
examples
ot::Mle::MleRouter::HasChildren()
is called by 2 functions:
ot::Mle::MleRouter::HandleChildStart()
ot::Mle::MleRouter::HandleAddressSolicitResponse()
All items filtered out
ot::Mle::MleRouter::HasChildren()
All items filtered out
Data Use
from
examples
All items filtered out
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