ESP-IDF
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
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::ThreadLinkInfo::IsDstPanIdBroadcast() const
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const method
Returns whether the Destination PAN ID is broadcast.
Syntax
Show:
Summary
Declaration
from
mesh_forwarder.hpp:104
bool
IsDstPanIdBroadcast
(
void
)
const
;
Return value
TRUE If Destination PAN ID is broadcast. FALSE If Destination PAN ID is not broadcast.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsDstPanIdBroadcast
(
void
)
const
{
return
mIsDstPanIdBroadcast
;
}
mesh_forwarder.hpp:104
GetMetadata
(
)
.
mIsDstPanIdBroadcast
=
aLinkInfo
.
IsDstPanIdBroadcast
(
)
;
message.cpp:834
ot::Message
ot::Message::UpdateLinkInfoFrom()
Call Tree
from
examples
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
is called by 1 function:
ot::Message::UpdateLinkInfoFrom()
All items filtered out
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
All items filtered out
Data Use
from
examples
ot::ThreadLinkInfo::IsDstPanIdBroadcast() const
reads 1 variable:
otThreadLinkInfo::mIsDstPanIdBroadcast
All items filtered out
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