ESP-IDF
ot::Mle::Mle::RxInfo::mClass
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
ot::Mle::Mle::RxInfo::mClass
ot::Mle::Mle::RxInfo::mClass field
Syntax
Show:
Summary
Declaration
from
mle.hpp:1062
Class
mClass
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Class
mClass
;
// The message class (authoritative, peer, or unknown).
mle.hpp:1062
switch
(
aRxInfo
.
mClass
)
mle.cpp:2590
ot::Mle::Mle
ot::Mle::Mle::ProcessKeySequence()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle.cpp:2712
ot::Mle::Mle
ot::Mle::Mle::HandleAdvertisement()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle.cpp:2752
ot::Mle::Mle
ot::Mle::Mle::HandleDataResponse()
aRxInfo
.
mClass
=
RxInfo
::
kAuthoritativeMessage
;
mle.cpp:3053
ot::Mle::Mle
ot::Mle::Mle::HandleParentResponse()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle.cpp:3268
ot::Mle::Mle
ot::Mle::Mle::HandleChildIdResponse()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle.cpp:3379
ot::Mle::Mle
ot::Mle::Mle::HandleChildUpdateRequestOnChild()
aRxInfo
.
mClass
=
response
.
IsEmpty
(
)
?
RxInfo
::
kPeerMessage
:
RxInfo
::
kAuthoritativeMessage
;
mle.cpp:3555
ot::Mle::Mle
ot::Mle::Mle::HandleChildUpdateResponseOnChild()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle.cpp:3592
ot::Mle::Mle
ot::Mle::Mle::HandleAnnounce()
,
mClass
(
kUnknown
)
mle.hpp:1051
ot::Mle::Mle::RxInfo
ot::Mle::Mle::RxInfo::RxInfo()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle_router.cpp:735
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkRequest()
aRxInfo
.
mClass
=
RxInfo
::
kAuthoritativeMessage
;
mle_router.cpp:1022
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle_router.cpp:1424
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleParentRequest()
aRxInfo
.
mClass
=
RxInfo
::
kAuthoritativeMessage
;
mle_router.cpp:2068
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildIdRequest()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle_router.cpp:2304
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
aRxInfo
.
mClass
=
response
.
IsEmpty
(
)
?
RxInfo
::
kPeerMessage
:
RxInfo
::
kAuthoritativeMessage
;
mle_router.cpp:2449
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
aRxInfo
.
mClass
=
RxInfo
::
kPeerMessage
;
mle_router.cpp:2503
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleDataRequest()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::Mle::RxInfo::mClass
is written by 14 functions and is read by 1 function:
ot::Mle::Mle::HandleAdvertisement()
ot::Mle::Mle::HandleDataResponse()
ot::Mle::Mle::HandleParentResponse()
ot::Mle::Mle::HandleChildIdResponse()
ot::Mle::Mle::HandleChildUpdateRequestOnChild()
ot::Mle::Mle::HandleChildUpdateResponseOnChild()
ot::Mle::Mle::HandleAnnounce()
ot::Mle::MleRouter::HandleLinkRequest()
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleParentRequest()
ot::Mle::MleRouter::HandleChildIdRequest()
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
ot::Mle::MleRouter::HandleDataRequest()
All items filtered out
ot::Mle::Mle::RxInfo::mClass
ot::Mle::Mle::ProcessKeySequence()
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