ESP-IDF
kCommandChildUpdateRequest
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
kCommandChildUpdateRequest
kCommandChildUpdateRequest value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:136
kCommandChildUpdateRequest
=
13
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCommandChildUpdateRequest
=
13
,
///< Child Update Request command
mle_types.hpp:136
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildUpdateRequest
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle.cpp:1943
ot::Mle::Mle
ot::Mle::Mle::SendChildUpdateRequest()
case
kCommandChildUpdateRequest
:
mle.cpp:2472
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
return
aMessage
.
IsMleCommand
(
kCommandChildUpdateRequest
)
;
mle_router.cpp:1928
ot::Mle::MleRouter
ot::Mle::MleRouter::IsMessageChildUpdateRequest()
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildUpdateRequest
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle_router.cpp:2853
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildUpdateRequest()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCommandChildUpdateRequest
is read by 4 functions:
All items filtered out
kCommandChildUpdateRequest
ot::Mle::Mle::SendChildUpdateRequest()
ot::Mle::Mle::HandleUdpReceive()
ot::Mle::MleRouter::IsMessageChildUpdateRequest()
ot::Mle::MleRouter::SendChildUpdateRequest()
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