ESP-IDF
ot::IndirectSender::ChildInfo::SetIndirectTxSuccess()
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::SetIndirectTxSuccess()
ot::IndirectSender::ChildInfo::SetIndirectTxSuccess() method
Syntax
Show:
Summary
Declaration
from
indirect_sender.hpp:104
void
SetIndirectTxSuccess
(
bool
aTxStatus
)
;
Arguments
Argument
aTxStatus
Examples
References
from
examples
Code
Location
Referrer
void
SetIndirectTxSuccess
(
bool
aTxStatus
)
{
mIndirectTxSuccess
=
aTxStatus
;
}
indirect_sender.hpp:104
aChild
.
SetIndirectTxSuccess
(
true
)
;
indirect_sender.cpp:303
ot::IndirectSender::UpdateIndirectMessage()
aChild
.
SetIndirectTxSuccess
(
false
)
;
indirect_sender.cpp:442
ot::IndirectSender::HandleSentFrameToChild()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::IndirectSender::ChildInfo::SetIndirectTxSuccess()
writes 3 variables:
All items filtered out
ot::IndirectSender::ChildInfo::SetIndirectTxSuccess()
ot::IndirectSender::UpdateIndirectMessage()
ot::IndirectSender::HandleSentFrameToChild()
ot::IndirectSender::ChildInfo::mIndirectTxSuccess
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