ESP-IDF
otJoinerDiscerner::mValue
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
otJoinerDiscerner::mValue
otJoinerDiscerner::mValue field
Syntax
Show:
Summary
Declaration
from
joiner.h:77
uint64_t
mValue
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
mValue
;
///< Discerner value (the lowest `mLength` bits specify the discerner).
joiner.h:77
error
=
aArg
.
ParseAsUint64
(
aDiscerner
.
mValue
)
;
cli_utils.cpp:534
ot::Cli::Utils
ot::Cli::Utils::ParseJoinerDiscerner()
return
(
BigEndian
::
ReadUint64
(
aJoinerId
.
m8
)
&
mask
)
==
(
mValue
&
mask
)
;
meshcop.cpp:117
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::Matches() const
uint64_t
value
=
mValue
;
meshcop.cpp:129
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::CopyTo() const
return
IsValid
(
)
&&
(
mLength
==
aOther
.
mLength
)
&&
(
(
mValue
&
mask
)
==
(
aOther
.
mValue
&
mask
)
)
;
meshcop.cpp:159
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::operator() const
string
.
Append
(
"0x%04x"
,
static_cast
<
uint16_t
>
(
mValue
)
)
;
meshcop.cpp:168
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::ToString() const
string
.
Append
(
"0x%08lx"
,
ToUlong
(
static_cast
<
uint32_t
>
(
mValue
)
)
)
;
meshcop.cpp:172
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::ToString() const
string
.
Append
(
"0x%lx-%08lx"
,
ToUlong
(
static_cast
<
uint32_t
>
(
mValue
>
>
32
)
)
,
meshcop.cpp:176
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::ToString() const
ToUlong
(
static_cast
<
uint32_t
>
(
mValue
)
)
)
;
meshcop.cpp:177
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::ToString() const
uint64_t
GetValue
(
void
)
const
{
return
mValue
;
}
meshcop.hpp:164
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::GetValue() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otJoinerDiscerner::mValue
is read by 6 functions:
All items filtered out
otJoinerDiscerner::mValue
ot::MeshCoP::JoinerDiscerner::GetValue() const
ot::MeshCoP::JoinerDiscerner::Matches() const
ot::MeshCoP::JoinerDiscerner::CopyTo() const
ot::MeshCoP::JoinerDiscerner::operator() const
ot::MeshCoP::JoinerDiscerner::ToString() const
ot::Cli::Utils::ParseJoinerDiscerner()
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