ESP-IDF
ot::Neighbor::IsFullThreadDevice() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Neighbor::IsFullThreadDevice() const
ot::Neighbor::IsFullThreadDevice() const method
Indicates whether or not the device is a Full Thread Device.
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:328
bool
IsFullThreadDevice
(
void
)
const
;
Return value
TRUE if a Full Thread Device, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsFullThreadDevice
(
void
)
const
{
return
GetDeviceMode
(
)
.
IsFullThreadDevice
(
)
;
}
neighbor.hpp:328
mFullThreadDevice
=
aChild
.
IsFullThreadDevice
(
)
;
child.cpp:62
ot::Child::Info::SetFrom()
hasMinimalChild
=
!
child
->
IsFullThreadDevice
(
)
;
child_table.cpp:326
ot::ChildTable::HasMinimalChild() const
VerifyOrExit
(
(
child
==
nullptr
)
||
child
->
IsFullThreadDevice
(
)
)
;
mesh_forwarder_ftd.cpp:474
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
VerifyOrExit
(
neighbor
!=
nullptr
&&
!
neighbor
->
IsFullThreadDevice
(
)
)
;
mesh_forwarder_ftd.cpp:689
ot::MeshForwarder
ot::MeshForwarder::UpdateRoutes()
if
(
!
aChild
.
IsFullThreadDevice
(
)
)
mle_router.cpp:2805
ot::Mle::MleRouter::SendChildIdResponse()
if
(
aNeighbor
.
IsFullThreadDevice
(
)
)
mle_router.cpp:3127
ot::Mle::MleRouter
ot::Mle::MleRouter::RemoveNeighbor()
mFullThreadDevice
=
aNeighbor
.
IsFullThreadDevice
(
)
;
neighbor.cpp:101
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
mFlags
|=
aChild
.
IsFullThreadDevice
(
)
?
kFlagsFtd
:
0
;
network_diagnostic_tlvs.cpp:51
ot::NetworkDiagnostic::ChildTlv::InitFrom()
Call Tree
from
examples
ot::Neighbor::IsFullThreadDevice() const
is called by 3 functions and calls 2 functions:
ot::MeshForwarder::UpdateRoutes()
ot::Mle::MleRouter::RemoveNeighbor()
ot::Neighbor::Info::SetFrom()
All items filtered out
ot::Neighbor::IsFullThreadDevice() const
ot::Mle::DeviceMode::IsFullThreadDevice() const
ot::Neighbor::GetDeviceMode() const
All items filtered out
Data Use
from
examples
ot::Neighbor::IsFullThreadDevice() const
writes 5 variables:
All items filtered out
ot::Neighbor::IsFullThreadDevice() const
ot::Child::Info::SetFrom()
ot::ChildTable::HasMinimalChild() const
ot::MeshForwarder::SendIcmpErrorIfDstUnreach()
ot::Mle::MleRouter::SendChildIdResponse()
ot::NetworkDiagnostic::ChildTlv::InitFrom()
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