ESP-IDF
otThreadLinkInfo::mIsDstPanIdBroadcast
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::mIsDstPanIdBroadcast
otThreadLinkInfo::mIsDstPanIdBroadcast field
Syntax
Show:
Summary
Declaration
from
message.h:98
bool
mIsDstPanIdBroadcast
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsDstPanIdBroadcast
:
1
;
///< Indicates whether or not destination PAN ID is broadcast.
message.h:98
mIsDstPanIdBroadcast
=
(
dstPanId
==
Mac
::
kPanIdBroadcast
)
;
mesh_forwarder.cpp:60
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
bool
IsDstPanIdBroadcast
(
void
)
const
{
return
mIsDstPanIdBroadcast
;
}
mesh_forwarder.hpp:104
ot::ThreadLinkInfo
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
aLinkInfo
.
mIsDstPanIdBroadcast
=
IsDstPanIdBroadcast
(
)
;
message.cpp:812
ot::Message
ot::Message::GetLinkInfo() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otThreadLinkInfo::mIsDstPanIdBroadcast
is written by 2 functions and is read by 1 function:
ot::Message::GetLinkInfo() const
ot::ThreadLinkInfo::SetFrom()
All items filtered out
otThreadLinkInfo::mIsDstPanIdBroadcast
ot::ThreadLinkInfo::IsDstPanIdBroadcast() 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