ESP-IDF
ot::Mac::TxFrame::IsCslIePresent() const
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::Mac::TxFrame::IsCslIePresent() const
ot::Mac::TxFrame::IsCslIePresent() const method
Indicates whether or not the frame contains the CSL IE.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1235
bool
IsCslIePresent
(
void
)
const
;
Return value
TRUE The frame contains the CSL IE. FALSE The frame does not contain the CSL IE.
Examples
References
from
examples
Code
Location
bool
IsCslIePresent
(
void
)
const
{
return
mInfo
.
mTxInfo
.
mCslPresent
;
}
mac_frame.hpp:1235
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::TxFrame::IsCslIePresent() const
reads 3 variables:
otRadioFrame::
::
::mCslPresent
otRadioFrame::
::mTxInfo
otRadioFrame::mInfo
All items filtered out
ot::Mac::TxFrame::IsCslIePresent() 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