ESP-IDF
ot::Lowpan::MeshHeader::kDispatchMask
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::Lowpan::MeshHeader::kDispatchMask
ot::Lowpan::MeshHeader::kDispatchMask variable
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:417
static
constexpr
uint8_t
kDispatchMask
=
3
<
<
6
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kDispatchMask
=
3
<
<
6
;
lowpan.hpp:417
return
(
aFrameData
.
GetLength
(
)
>=
kMinHeaderLength
)
&&
(
(
*
aFrameData
.
GetBytes
(
)
&
kDispatchMask
)
==
kDispatch
)
;
lowpan.cpp:1082
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::IsMeshHeader()
VerifyOrExit
(
(
dispatch
&
(
kDispatchMask
|
kSourceShort
|
kDestShort
)
)
==
(
kDispatch
|
kSourceShort
|
kDestShort
)
)
;
lowpan.cpp:1105
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::kDispatchMask
is read by 2 functions:
All items filtered out
ot::Lowpan::MeshHeader::kDispatchMask
ot::Lowpan::MeshHeader::IsMeshHeader()
ot::Lowpan::MeshHeader::ParseFrom()
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