ESP-IDF
ot::Mac::HeaderIe::GetId() 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::HeaderIe::GetId() const
ot::Mac::HeaderIe::GetId() const method
Returns the IE Element Id.
Syntax
Show:
Summary
Declaration
from
mac_header_ie.hpp:78
uint16_t
GetId
(
void
)
const
;
Return value
the IE Element Id.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetId
(
void
)
const
{
return
(
LittleEndian
::
HostSwap16
(
mFields
.
m16
)
&
kIdMask
)
>
>
kIdOffset
;
}
mac_header_ie.hpp:78
if
(
ie
->
GetId
(
)
==
Termination2Ie
::
kHeaderIeId
)
mac_frame.cpp:1056
ot::Mac::Frame
ot::Mac::Frame::FindPayloadIndex() const
if
(
ie
->
GetId
(
)
==
aIeId
)
mac_frame.cpp:1125
ot::Mac::Frame
ot::Mac::Frame::GetHeaderIe() const
Call Tree
from
examples
ot::Mac::HeaderIe::GetId() const
is called by 2 functions and calls 1 function:
ot::Mac::Frame::FindPayloadIndex() const
ot::Mac::Frame::GetHeaderIe() const
All items filtered out
ot::Mac::HeaderIe::GetId() const
ot::LittleEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::Mac::HeaderIe::GetId() const
reads 4 variables:
ot::Mac::HeaderIe::kIdOffset
ot::Mac::HeaderIe::kIdMask
ot::Mac::HeaderIe::
::m16
ot::Mac::HeaderIe::mFields
All items filtered out
ot::Mac::HeaderIe::GetId() 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