ESP-IDF
ot::Mac::TxFrame::IsARetransmission() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::Mac::TxFrame::IsARetransmission() const
ot::Mac::TxFrame::IsARetransmission() const method
Indicates whether or not the frame is a retransmission.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1152
bool
IsARetransmission
(
void
)
const
;
Return value
TRUE Frame is a retransmission FALSE This is a new frame and not a retransmission of an earlier frame.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsARetransmission
(
void
)
const
{
return
mInfo
.
mTxInfo
.
mIsARetx
;
}
mac_frame.hpp:1152
if
(
!
frame
->
IsARetransmission
(
)
)
mac.cpp:999
ot::Mac::Mac
ot::Mac::Mac::BeginTransmit()
if
(
!
frame
->
IsARetransmission
(
)
)
mac.cpp:1013
ot::Mac::Mac
ot::Mac::Mac::BeginTransmit()
Call Tree
from
examples
ot::Mac::TxFrame::IsARetransmission() const
is called by 1 function:
ot::Mac::Mac::BeginTransmit()
All items filtered out
ot::Mac::TxFrame::IsARetransmission() const
All items filtered out
Data Use
from
examples
ot::Mac::TxFrame::IsARetransmission() const
reads 3 variables:
otRadioFrame::
::
::mIsARetx
otRadioFrame::
::mTxInfo
otRadioFrame::mInfo
All items filtered out
ot::Mac::TxFrame::IsARetransmission() const
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