ESP-IDF
kCommandChildUpdateResponse
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
kCommandChildUpdateResponse
kCommandChildUpdateResponse value
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:137
kCommandChildUpdateResponse
=
14
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kCommandChildUpdateResponse
=
14
,
///< Child Update Response command
mle_types.hpp:137
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildUpdateResponse
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle.cpp:2015
ot::Mle::Mle
ot::Mle::Mle::SendChildUpdateResponse()
case
kCommandChildUpdateResponse
:
mle.cpp:2476
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
VerifyOrExit
(
(
message
=
NewMleMessage
(
kCommandChildUpdateResponse
)
)
!=
nullptr
,
error
=
kErrorNoBufs
)
;
mle_router.cpp:2911
ot::Mle::MleRouter
ot::Mle::MleRouter::SendChildUpdateResponse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kCommandChildUpdateResponse
is read by 3 functions:
All items filtered out
kCommandChildUpdateResponse
ot::Mle::Mle::SendChildUpdateResponse()
ot::Mle::Mle::HandleUdpReceive()
ot::Mle::MleRouter::SendChildUpdateResponse()
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