ESP-IDF
ot::Mac::Frame::GetVersion() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::Frame::GetVersion() const
ot::Mac::Frame::GetVersion() const method
Returns the IEEE 802.15.4 Frame Version.
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:234
uint16_t
GetVersion
(
void
)
const
;
Return value
The IEEE 802.15.4 Frame Version.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetVersion
(
void
)
const
{
return
GetFrameControlField
(
)
&
kFcfFrameVersionMask
;
}
mac_frame.hpp:234
uint16_t
fcf
=
static_cast
<
uint16_t
>
(
kTypeAck
)
|
aFrame
.
GetVersion
(
)
;
mac_frame.cpp:1365
ot::Mac::TxFrame
ot::Mac::TxFrame::GenerateImmAck()
Call Tree
from
examples
ot::Mac::Frame::GetVersion() const
is called by 1 function and calls 1 function:
ot::Mac::TxFrame::GenerateImmAck()
All items filtered out
ot::Mac::Frame::GetVersion() const
ot::Mac::Frame::GetFrameControlField() const
All items filtered out
Data Use
from
examples
ot::Mac::Frame::GetVersion() const
reads 1 variable:
ot::Mac::Frame::kFcfFrameVersionMask
All items filtered out
ot::Mac::Frame::GetVersion() 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