ESP-IDF
kCommandChildIdRequest
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kCommandChildIdRequest
kCommandChildIdRequest value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:134
kCommandChildIdRequest
=
11
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCommandChildIdRequest
=
11
,
///< Child ID Request command
mle_types.hpp:134
if
(
mSendMessage
->
IsMleCommand
(
Mle
::
kCommandChildIdRequest
)
&&
mSendMessage
->
IsLinkSecurityEnabled
(
)
)
mesh_forwarder.cpp:770
ot::MeshForwarder
ot::MeshForwarder::HandleFrameRequest()
else
if
(
aMessage
.
IsMleCommand
(
Mle
::
kCommandChildIdRequest
)
)
mesh_forwarder.cpp:1330
ot::MeshForwarder
ot::MeshForwarder::FinalizeMessageDirectTx()
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildIdRequest
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle.cpp:1693
ot::Mle::Mle
ot::Mle::Mle::SendChildIdRequest()
case
kCommandChildIdRequest
:
mle.cpp:2501
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCommandChildIdRequest
is read by 4 functions:
All items filtered out
kCommandChildIdRequest
ot::MeshForwarder::HandleFrameRequest()
ot::MeshForwarder::FinalizeMessageDirectTx()
ot::Mle::Mle::SendChildIdRequest()
ot::Mle::Mle::HandleUdpReceive()
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