ESP-IDF
ot::Message::IsDstPanIdBroadcast() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::IsDstPanIdBroadcast() const
ot::Message::IsDstPanIdBroadcast() const method
Indicates whether the Destination PAN ID is broadcast. This is applicable for messages received over Thread radio.
Syntax
Show:
Summary
Declaration
from
message.hpp:1122
bool
IsDstPanIdBroadcast
(
void
)
const
;
Return value
TRUE The Destination PAN ID is broadcast. FALSE The Destination PAN ID is not broadcast.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsDstPanIdBroadcast
(
void
)
const
{
return
GetMetadata
(
)
.
mIsDstPanIdBroadcast
;
}
message.hpp:1122
aLinkInfo
.
mIsDstPanIdBroadcast
=
IsDstPanIdBroadcast
(
)
;
message.cpp:812
ot::Message
ot::Message::GetLinkInfo() const
if
(
!
aMessageInfo
.
GetSockAddr
(
)
.
IsMulticast
(
)
||
!
aMessage
.
IsDstPanIdBroadcast
(
)
)
mle.cpp:2561
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
Call Tree
from
examples
ot::Message::IsDstPanIdBroadcast() const
is called by 2 functions:
ot::Message::GetLinkInfo() const
ot::Mle::Mle::HandleUdpReceive()
All items filtered out
ot::Message::IsDstPanIdBroadcast() 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