ESP-IDF
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const method
Syntax
Show:
Summary
Declaration
from
data_poll_handler.hpp:103
uint8_t
GetIndirectTxAttempts
(
void
)
const
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
GetIndirectTxAttempts
(
void
)
const
{
return
mIndirectTxAttempts
;
}
data_poll_handler.hpp:103
if
(
mCslTxChild
->
GetIndirectTxAttempts
(
)
>
0
||
mCslTxChild
->
GetCslTxAttempts
(
)
>
0
)
csl_tx_scheduler.cpp:197
ot::CslTxScheduler::HandleFrameRequest()
if
(
(
mIndirectTxChild
->
GetIndirectTxAttempts
(
)
>
0
)
||
(
mIndirectTxChild
->
GetCslTxAttempts
(
)
>
0
)
)
data_poll_handler.cpp:190
ot::DataPollHandler::HandleFrameRequest()
LogInfo
(
"Indirect tx to child %04x failed, attempt %d/%d"
,
aChild
.
GetRloc16
(
)
,
aChild
.
GetIndirectTxAttempts
(
)
,
data_poll_handler.cpp:252
ot::DataPollHandler::HandleSentFrame()
if
(
(
aChild
.
GetIndirectTxAttempts
(
)
<
kMaxPollTriggeredTxAttempts
)
&&
!
aFrame
.
IsEmpty
(
)
)
data_poll_handler.cpp:268
ot::DataPollHandler::HandleSentFrame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
reads 1 variable and writes 3 variables:
ot::DataPollHandler::ChildInfo::mIndirectTxAttempts
All items filtered out
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
ot::DataPollHandler::HandleFrameRequest()
ot::DataPollHandler::HandleSentFrame()
ot::CslTxScheduler::HandleFrameRequest()
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