ESP-IDF
ot::Lowpan::MeshHeader::mDestination
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::mDestination
ot::Lowpan::MeshHeader::mDestination field
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:428
uint16_t
mDestination
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mDestination
;
lowpan.hpp:428
mDestination
=
aDestination
;
lowpan.cpp:1076
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::Init()
mDestination
=
BigEndian
::
ReadUint16
(
aFrame
+
2
)
;
lowpan.cpp:1121
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
SuccessOrExit
(
error
=
aFrameBuilder
.
AppendBigEndianUint16
(
mDestination
)
)
;
lowpan.cpp:1175
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::AppendTo() const
uint16_t
GetDestination
(
void
)
const
{
return
mDestination
;
}
lowpan.hpp:392
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::GetDestination() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::mDestination
is written by 2 functions and is read by 2 functions:
ot::Lowpan::MeshHeader::Init()
ot::Lowpan::MeshHeader::ParseFrom()
All items filtered out
ot::Lowpan::MeshHeader::mDestination
ot::Lowpan::MeshHeader::GetDestination() const
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