ESP-IDF
ot::Mle::RxChallenge::IsEmpty() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
ot::Mle::RxChallenge::IsEmpty() const
ot::Mle::RxChallenge::IsEmpty() const method
Indicates whether or not the challenge data is empty.
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:493
bool
IsEmpty
(
void
)
const
;
Return value
TRUE The challenge is empty. FALSE The challenge is not empty.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEmpty
(
void
)
const
{
return
mArray
.
GetLength
(
)
==
0
;
}
mle_types.hpp:493
aRxInfo
.
mClass
=
response
.
IsEmpty
(
)
?
RxInfo
::
kPeerMessage
:
RxInfo
::
kAuthoritativeMessage
;
mle.cpp:3555
ot::Mle::Mle
ot::Mle::Mle::HandleChildUpdateResponseOnChild()
if
(
!
challenge
.
IsEmpty
(
)
)
mle_router.cpp:2158
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()
Call Tree
from
examples
ot::Mle::RxChallenge::IsEmpty() const
is called by 3 functions:
ot::Mle::Mle::HandleChildUpdateResponseOnChild()
ot::Mle::MleRouter::HandleChildUpdateRequestOnParent()
ot::Mle::MleRouter::HandleChildUpdateResponseOnParent()
All items filtered out
ot::Mle::RxChallenge::IsEmpty() const
All items filtered out
Data Use
from
examples
All items filtered out
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