ESP-IDF
ot::MeshCoP::DiscoveryRequestTlv::mFlags
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::mFlags
ot::MeshCoP::DiscoveryRequestTlv::mFlags field
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:1027
uint8_t
mFlags
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mFlags
;
meshcop_tlvs.hpp:1027
mFlags
=
0
;
meshcop_tlvs.hpp:967
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::Init()
uint8_t
GetVersion
(
void
)
const
{
return
mFlags
>
>
kVersionOffset
;
}
meshcop_tlvs.hpp:984
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::GetVersion() const
mFlags
=
(
mFlags
&
~
kVersionMask
)
|
(
(
aVersion
<
<
kVersionOffset
)
&
kVersionMask
)
;
meshcop_tlvs.hpp:993
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::SetVersion()
bool
IsJoiner
(
void
)
const
{
return
(
mFlags
&
kJoinerMask
)
!=
0
;
}
meshcop_tlvs.hpp:1002
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
mFlags
|=
kJoinerMask
;
meshcop_tlvs.hpp:1013
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::SetJoiner()
mFlags
&=
~
kJoinerMask
;
meshcop_tlvs.hpp:1017
ot::MeshCoP::DiscoveryRequestTlv
ot::MeshCoP::DiscoveryRequestTlv::SetJoiner()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::DiscoveryRequestTlv::mFlags
is written by 3 functions and is read by 4 functions:
ot::MeshCoP::DiscoveryRequestTlv::Init()
ot::MeshCoP::DiscoveryRequestTlv::SetVersion()
ot::MeshCoP::DiscoveryRequestTlv::SetJoiner()
All items filtered out
ot::MeshCoP::DiscoveryRequestTlv::mFlags
ot::MeshCoP::DiscoveryRequestTlv::GetVersion() const
ot::MeshCoP::DiscoveryRequestTlv::SetVersion()
ot::MeshCoP::DiscoveryRequestTlv::IsJoiner() const
ot::MeshCoP::DiscoveryRequestTlv::SetJoiner()
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