ESP-IDF
ot::DataPollHandler::mIndirectTxChild
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::mIndirectTxChild
ot::DataPollHandler::mIndirectTxChild field
Syntax
Show:
Summary
Declaration
from
data_poll_handler.hpp:273
Child
*
mIndirectTxChild
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Child
*
mIndirectTxChild
;
data_poll_handler.hpp:273
,
mIndirectTxChild
(
nullptr
)
data_poll_handler.cpp:73
ot::DataPollHandler
ot::DataPollHandler::DataPollHandler()
mIndirectTxChild
=
nullptr
;
data_poll_handler.cpp:89
ot::DataPollHandler
ot::DataPollHandler::Clear()
if
(
(
mIndirectTxChild
==
&
aChild
)
&&
Get
<
Mac
::
Mac
>
(
)
.
IsPerformingIndirectTransmit
(
)
)
data_poll_handler.cpp:106
ot::DataPollHandler
ot::DataPollHandler::RequestFrameChange()
if
(
mIndirectTxChild
==
nullptr
)
data_poll_handler.cpp:160
ot::DataPollHandler
ot::DataPollHandler::HandleDataPoll()
mIndirectTxChild
=
child
;
data_poll_handler.cpp:162
ot::DataPollHandler
ot::DataPollHandler::HandleDataPoll()
VerifyOrExit
(
mIndirectTxChild
!=
nullptr
)
;
data_poll_handler.cpp:178
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
VerifyOrExit
(
mCallbacks
.
PrepareFrameForChild
(
*
frame
,
mFrameContext
,
*
mIndirectTxChild
)
==
kErrorNone
,
data_poll_handler.cpp:186
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
if
(
(
mIndirectTxChild
->
GetIndirectTxAttempts
(
)
>
0
)
||
(
mIndirectTxChild
->
GetCslTxAttempts
(
)
>
0
)
)
data_poll_handler.cpp:190
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
frame
->
SetSequence
(
mIndirectTxChild
->
GetIndirectDataSequenceNumber
(
)
)
;
data_poll_handler.cpp:200
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
frame
->
SetFrameCounter
(
mIndirectTxChild
->
GetIndirectFrameCounter
(
)
)
;
data_poll_handler.cpp:204
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
frame
->
SetKeyId
(
mIndirectTxChild
->
GetIndirectKeyId
(
)
)
;
data_poll_handler.cpp:205
ot::DataPollHandler
ot::DataPollHandler::HandleFrameRequest()
Child
*
child
=
mIndirectTxChild
;
data_poll_handler.cpp:219
ot::DataPollHandler
ot::DataPollHandler::HandleSentFrame()
mIndirectTxChild
=
nullptr
;
data_poll_handler.cpp:223
ot::DataPollHandler
ot::DataPollHandler::HandleSentFrame()
if
(
mIndirectTxChild
!=
nullptr
)
data_poll_handler.cpp:321
ot::DataPollHandler
ot::DataPollHandler::ProcessPendingPolls()
mIndirectTxChild
->
SetDataPollPending
(
false
)
;
data_poll_handler.cpp:323
ot::DataPollHandler
ot::DataPollHandler::ProcessPendingPolls()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::DataPollHandler::mIndirectTxChild
is written by 3 functions and is read by 5 functions:
ot::DataPollHandler::Clear()
ot::DataPollHandler::HandleDataPoll()
ot::DataPollHandler::HandleSentFrame()
All items filtered out
ot::DataPollHandler::mIndirectTxChild
ot::DataPollHandler::RequestFrameChange()
ot::DataPollHandler::HandleDataPoll()
ot::DataPollHandler::HandleFrameRequest()
ot::DataPollHandler::HandleSentFrame()
ot::DataPollHandler::ProcessPendingPolls()
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