ESP-IDF
ot::MeshCoP::JoinerDiscerner::GetMask() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::MeshCoP::JoinerDiscerner::GetMask() const
ot::MeshCoP::JoinerDiscerner::GetMask() const method
Syntax
Show:
Summary
Declaration
from
meshcop.hpp:215
uint64_t
GetMask
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint64_t
GetMask
(
void
)
const
{
return
(
static_cast
<
uint64_t
>
(
1ULL
)
<
<
mLength
)
-
1
;
}
meshcop.hpp:215
mask
=
GetMask
(
)
;
meshcop.cpp:115
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::Matches() const
uint64_t
mask
=
GetMask
(
)
;
meshcop.cpp:157
ot::MeshCoP::JoinerDiscerner
ot::MeshCoP::JoinerDiscerner::operator() const
Call Tree
from
examples
ot::MeshCoP::JoinerDiscerner::GetMask() const
is called by 2 functions:
ot::MeshCoP::JoinerDiscerner::Matches() const
ot::MeshCoP::JoinerDiscerner::operator() const
All items filtered out
ot::MeshCoP::JoinerDiscerner::GetMask() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::JoinerDiscerner::GetMask() const
reads 1 variable:
otJoinerDiscerner::mLength
All items filtered out
ot::MeshCoP::JoinerDiscerner::GetMask() 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