ESP-IDF
ot::Message::GetMeshDest() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Message::GetMeshDest() const
ot::Message::GetMeshDest() const method
Returns the RLOC16 of the mesh destination.
Syntax
Show:
Summary
Declaration
from
message.hpp:1081
uint16_t
GetMeshDest
(
void
)
const
;
Return value
The IEEE 802.15.4 Destination PAN ID.
Notes
Only use this for non-link-local unicast messages.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetMeshDest
(
void
)
const
{
return
GetMetadata
(
)
.
mMeshDest
;
}
message.hpp:1081
mMeshDest
=
aMessage
.
GetMeshDest
(
)
;
mesh_forwarder_ftd.cpp:398
ot::MeshForwarder
ot::MeshForwarder::UpdateIp6RouteFtd()
messageCopy
->
SetMeshDest
(
GetMeshDest
(
)
)
;
message.cpp:785
ot::Message
ot::Message::Clone() const
Call Tree
from
examples
ot::Message::GetMeshDest() const
is called by 2 functions:
ot::Message::Clone() const
ot::MeshForwarder::UpdateIp6RouteFtd()
All items filtered out
ot::Message::GetMeshDest() const
All items filtered out
Data Use
from
examples
All items filtered out
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