ESP-IDF
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchPending()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::IndirectSender::ChildInfo::SetIndirectSourceMatchPending()
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchPending() method
Syntax
Show:
Summary
Declaration
from
indirect_sender.hpp:110
void
SetIndirectSourceMatchPending
(
bool
aPending
)
;
Arguments
Argument
aPending
Examples
References
from
examples
Code
Location
Referrer
void
SetIndirectSourceMatchPending
(
bool
aPending
)
{
mSourceMatchPending
=
aPending
;
}
indirect_sender.hpp:110
aChild
.
SetIndirectSourceMatchPending
(
true
)
;
src_match_controller.cpp:121
ot::SourceMatchController::AddEntry()
aChild
.
SetIndirectSourceMatchPending
(
false
)
;
src_match_controller.cpp:131
ot::SourceMatchController::AddEntry()
aChild
.
SetIndirectSourceMatchPending
(
false
)
;
src_match_controller.cpp:169
ot::SourceMatchController::ClearEntry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchPending()
writes 3 variables:
All items filtered out
ot::IndirectSender::ChildInfo::SetIndirectSourceMatchPending()
ot::SourceMatchController::AddEntry()
ot::SourceMatchController::ClearEntry()
ot::IndirectSender::ChildInfo::mSourceMatchPending
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