ESP-IDF
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
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::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const method
Indicates whether or not the Joiner flag is set.
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:1002
bool
IsJoiner
(
void
)
const
;
Return value
TRUE If the Joiner flag is set. FALSE If the Joiner flag is not set.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsJoiner
(
void
)
const
{
return
(
mFlags
&
kJoinerMask
)
!=
0
;
}
meshcop_tlvs.hpp:1002
info
.
mIsJoiner
=
discoveryRequestTlv
.
IsJoiner
(
)
;
mle_router.cpp:2636
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleDiscoveryRequest()
if
(
discoveryRequestTlv
.
IsJoiner
(
)
)
mle_router.cpp:2641
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleDiscoveryRequest()
Call Tree
from
examples
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
is called by 1 function:
ot::Mle::MleRouter::HandleDiscoveryRequest()
All items filtered out
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
reads 2 variables:
ot::MeshCoP::DiscoveryRequestTlv::kJoinerMask
ot::MeshCoP::DiscoveryRequestTlv::mFlags
All items filtered out
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
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