ESP-IDF
kCommandChildIdResponse
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
kCommandChildIdResponse
kCommandChildIdResponse value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:135
kCommandChildIdResponse
=
12
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCommandChildIdResponse
=
12
,
///< Child ID Response command
mle_types.hpp:135
neighbor
=
(
command
==
kCommandChildIdResponse
)
?
mNeighborTable
.
FindParent
(
extAddr
)
mle.cpp:2360
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
case
kCommandChildIdResponse
:
mle.cpp:2464
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildIdResponse
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle_router.cpp:2748
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildIdResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCommandChildIdResponse
is read by 2 functions:
All items filtered out
kCommandChildIdResponse
ot::Mle::Mle::HandleUdpReceive()
ot::Mle::MleRouter::SendChildIdResponse()
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