ESP-IDF
otThreadLinkInfo::mPanId
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
otThreadLinkInfo::mPanId
otThreadLinkInfo::mPanId field
Syntax
Show:
Summary
Declaration
from
message.h:93
uint16_t
mPanId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mPanId
;
///< Source PAN ID
message.h:93
if
(
kErrorNone
!=
aFrame
.
GetSrcPanId
(
mPanId
)
)
mesh_forwarder.cpp:47
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
IgnoreError
(
aFrame
.
GetDstPanId
(
mPanId
)
)
;
mesh_forwarder.cpp:49
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
dstPanId
=
mPanId
;
mesh_forwarder.cpp:57
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
Mac
::
PanId
GetPanId
(
void
)
const
{
return
mPanId
;
}
mesh_forwarder.hpp:89
ot::ThreadLinkInfo
ot::ThreadLinkInfo::GetPanId() const
aLinkInfo
.
mPanId
=
GetPanId
(
)
;
message.cpp:807
ot::Message
ot::Message::GetLinkInfo() const
SetPanId
(
aLinkInfo
.
mPanId
)
;
message.cpp:829
ot::Message
ot::Message::UpdateLinkInfoFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otThreadLinkInfo::mPanId
is written by 1 function and is read by 3 functions:
ot::Message::GetLinkInfo() const
All items filtered out
otThreadLinkInfo::mPanId
ot::ThreadLinkInfo::GetPanId() const
ot::Message::UpdateLinkInfoFrom()
ot::ThreadLinkInfo::SetFrom()
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