ESP-IDF
ot::MeshCoP::SteeringData::DoesAllMatch() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::SteeringData::DoesAllMatch() const
ot::MeshCoP::SteeringData::DoesAllMatch() const method
Syntax
Show:
Summary
Declaration
Definition
from
meshcop.hpp:368
bool
DoesAllMatch
(
uint8_t
aMatch
)
const
;
Implemented in
meshcop.cpp:270
Arguments
Argument
aMatch
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
SteeringData
::
DoesAllMatch
(
uint8_t
aMatch
)
const
meshcop.cpp:270
bool
DoesAllMatch
(
uint8_t
aMatch
)
const
;
meshcop.hpp:368
bool
IsEmpty
(
void
)
const
{
return
DoesAllMatch
(
0
)
;
}
meshcop.hpp:300
ot::MeshCoP::SteeringData
ot::MeshCoP::SteeringData::IsEmpty() const
bool
PermitsAllJoiners
(
void
)
const
{
return
(
mLength
>
0
)
&&
DoesAllMatch
(
kPermitAll
)
;
}
meshcop.hpp:307
ot::MeshCoP::SteeringData
ot::MeshCoP::SteeringData::PermitsAllJoiners() const
Call Tree
from
examples
ot::MeshCoP::SteeringData::DoesAllMatch() const
is called by 2 functions:
ot::MeshCoP::SteeringData::IsEmpty() const
ot::MeshCoP::SteeringData::PermitsAllJoiners() const
All items filtered out
ot::MeshCoP::SteeringData::DoesAllMatch() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::SteeringData::DoesAllMatch() const
reads 2 variables:
otSteeringData::mLength
otSteeringData::m8
All items filtered out
ot::MeshCoP::SteeringData::DoesAllMatch() 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