ESP-IDF
ot::Message::UpdateLinkInfoFrom()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Message::UpdateLinkInfoFrom()
ot::Message::UpdateLinkInfoFrom() method
Sets the message's link info properties (PAN ID, link security, RSS) from a given `ThreadLinkInfo`.
Syntax
Show:
Summary
Declaration
Definition
from
message.hpp:1365
void
UpdateLinkInfoFrom
(
const
ThreadLinkInfo
&
aLinkInfo
)
;
Implemented in
message.cpp:827
Arguments
Argument
Description
aLinkInfo
The `ThreadLinkInfo` instance from which to set message's related properties.
Related Functions
Found 1 other functions taking a
ThreadLinkInfo
argument:
Function
Description
ot::Message::GetLinkInfo() const
Retrieves `ThreadLinkInfo` from the message if received over Thread radio with origin `kOriginThreadNetif`. @pram[out] aLinkInfo A reference to a `ThreadLinkInfo` to populate.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Message
::
UpdateLinkInfoFrom
(
const
ThreadLinkInfo
&
aLinkInfo
)
message.cpp:827
void
UpdateLinkInfoFrom
(
const
ThreadLinkInfo
&
aLinkInfo
)
;
message.hpp:1365
message
->
UpdateLinkInfoFrom
(
aRxInfo
.
mLinkInfo
)
;
mesh_forwarder.cpp:1498
ot::MeshForwarder
ot::MeshForwarder::HandleFragment()
message
->
UpdateLinkInfoFrom
(
aRxInfo
.
mLinkInfo
)
;
mesh_forwarder.cpp:1656
ot::MeshForwarder
ot::MeshForwarder::HandleLowpanHc()
Call Tree
from
examples
ot::Message::UpdateLinkInfoFrom()
is called by 2 functions and calls 6 functions:
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::HandleLowpanHc()
All items filtered out
ot::Message::UpdateLinkInfoFrom()
ot::Message::SetPanId()
ot::Message::SetChannel()
ot::Message::SetLinkSecurityEnabled()
ot::Message::AddRss()
ot::Message::AddLqi()
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
All items filtered out
Data Use
from
examples
ot::Message::UpdateLinkInfoFrom()
reads 5 variables:
otThreadLinkInfo::mPanId
otThreadLinkInfo::mChannel
otThreadLinkInfo::mRss
otThreadLinkInfo::mLqi
otThreadLinkInfo::mLinkSecurity
All items filtered out
ot::Message::UpdateLinkInfoFrom()
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