ESP-IDF
ot::Lowpan::MeshHeader::kDispatch
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::kDispatch
ot::Lowpan::MeshHeader::kDispatch variable
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:416
static
constexpr
uint8_t
kDispatch
=
2
<
<
6
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kDispatch
=
2
<
<
6
;
lowpan.hpp:416
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()
uint8_t
dispatch
=
(
kDispatch
|
kSourceShort
|
kDestShort
)
;
lowpan.cpp:1162
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::AppendTo() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::kDispatch
is read by 3 functions:
All items filtered out
ot::Lowpan::MeshHeader::kDispatch
ot::Lowpan::MeshHeader::IsMeshHeader()
ot::Lowpan::MeshHeader::ParseFrom()
ot::Lowpan::MeshHeader::AppendTo() 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