ESP-IDF
ot::Lowpan::MeshHeader::kMinHeaderLength
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::kMinHeaderLength
ot::Lowpan::MeshHeader::kMinHeaderLength variable
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:424
static
constexpr
uint16_t
kMinHeaderLength
=
sizeof
(
uint8_t
)
+
sizeof
(
uint16_t
)
+
sizeof
(
uint16_t
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMinHeaderLength
=
sizeof
(
uint8_t
)
+
sizeof
(
uint16_t
)
+
sizeof
(
uint16_t
)
;
lowpan.hpp:424
return
(
aFrameData
.
GetLength
(
)
>=
kMinHeaderLength
)
&&
(
(
*
aFrameData
.
GetBytes
(
)
&
kDispatchMask
)
==
kDispatch
)
;
lowpan.cpp:1082
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::IsMeshHeader()
VerifyOrExit
(
aFrameLength
>=
kMinHeaderLength
)
;
lowpan.cpp:1102
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
aHeaderLength
=
kMinHeaderLength
;
lowpan.cpp:1117
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
return
(
mHopsLeft
>=
kDeepHopsLeft
)
?
kDeepHopsHeaderLength
:
kMinHeaderLength
;
lowpan.cpp:1148
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::GetHeaderLength() const
static
constexpr
uint16_t
kDeepHopsHeaderLength
=
kMinHeaderLength
+
sizeof
(
uint8_t
)
;
// min header + deep hops
lowpan.hpp:425
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::kMinHeaderLength
is read by 3 functions:
All items filtered out
ot::Lowpan::MeshHeader::kMinHeaderLength
ot::Lowpan::MeshHeader::IsMeshHeader()
ot::Lowpan::MeshHeader::ParseFrom()
ot::Lowpan::MeshHeader::GetHeaderLength() 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