ESP-IDF
ot::DataPollHandler::HandleFrameRequest()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::DataPollHandler::HandleFrameRequest()
ot::DataPollHandler::HandleFrameRequest() method
Syntax
Show:
Summary
Declaration
Definition
from
data_poll_handler.hpp:260
Mac
::
TxFrame
*
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
;
Implemented in
data_poll_handler.cpp:174
Arguments
Argument
aTxFrames
Related Functions
Found 3 other functions taking a
TxFrames
argument:
Function
Description
ot::CslTxScheduler::HandleFrameRequest()
ot::DataPollSender::PrepareDataRequest()
Prepares and returns a data request command frame.
ot::MeshForwarder::HandleFrameRequest()
Examples
References
from
examples
Code
Location
Mac
::
TxFrame
*
DataPollHandler
::
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
data_poll_handler.cpp:174
Mac
::
TxFrame
*
HandleFrameRequest
(
Mac
::
TxFrames
&
aTxFrames
)
;
data_poll_handler.hpp:260
Call Tree
from
examples
ot::DataPollHandler::HandleFrameRequest()
calls 7 functions:
All items filtered out
ot::DataPollHandler::HandleFrameRequest()
ot::Mac::Frame::GetSecurityEnabled() const
ot::Mac::TxFrame::SetIsARetransmission()
ot::Mac::TxFrames::GetTxFrame()
ot::Mac::Frame::SetSequence()
ot::DataPollHandler::Callbacks::PrepareFrameForChild()
ot::Mac::Frame::SetFrameCounter()
ot::Mac::Frame::SetKeyId()
All items filtered out
Data Use
from
examples
ot::DataPollHandler::HandleFrameRequest()
reads 9 variables:
ot::kErrorNone
ot::CslTxScheduler::ChildInfo::GetCslTxAttempts() const
ot::DataPollHandler::ChildInfo::GetIndirectFrameCounter() const
ot::DataPollHandler::ChildInfo::GetIndirectKeyId() const
ot::DataPollHandler::ChildInfo::GetIndirectTxAttempts() const
ot::DataPollHandler::ChildInfo::GetIndirectDataSequenceNumber() const
ot::DataPollHandler::mIndirectTxChild
ot::DataPollHandler::mFrameContext
ot::DataPollHandler::mCallbacks
All items filtered out
ot::DataPollHandler::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