ESP-IDF
ot::MeshCoP::DiscoveryRequestTlv::kVersionOffset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::MeshCoP::DiscoveryRequestTlv::kVersionOffset
ot::MeshCoP::DiscoveryRequestTlv::kVersionOffset variable
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:1022
static
constexpr
uint8_t
kVersionOffset
=
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kVersionOffset
=
4
;
meshcop_tlvs.hpp:1022
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()
static
constexpr
uint8_t
kVersionMask
=
0xf
<
<
kVersionOffset
;
meshcop_tlvs.hpp:1023
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::DiscoveryRequestTlv::kVersionOffset
is read by 2 functions:
All items filtered out
ot::MeshCoP::DiscoveryRequestTlv::kVersionOffset
ot::MeshCoP::DiscoveryRequestTlv::GetVersion() const
ot::MeshCoP::DiscoveryRequestTlv::SetVersion()
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