ESP-IDF
ot::Ip6::MessageInfo::GetMulticastLoop() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::Ip6::MessageInfo::GetMulticastLoop() const
ot::Ip6::MessageInfo::GetMulticastLoop() const method
Returns whether multicast may be looped back.
Syntax
Show:
Summary
Declaration
from
socket.hpp:157
bool
GetMulticastLoop
(
void
)
const
;
Return value
TRUE If message may be looped back. FALSE If message must not be looped back.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
GetMulticastLoop
(
void
)
const
{
return
mMulticastLoop
;
}
socket.hpp:157
metadata
.
mMulticastLoop
=
aMessageInfo
.
GetMulticastLoop
(
)
;
coap.cpp:313
ot::Coap::CoapBase
ot::Coap::CoapBase::SendMessage()
aMessage
.
SetMulticastLoop
(
aMessageInfo
.
GetMulticastLoop
(
)
)
;
ip6.cpp:465
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
Call Tree
from
examples
ot::Ip6::MessageInfo::GetMulticastLoop() const
is called by 2 functions:
ot::Coap::CoapBase::SendMessage()
ot::Ip6::Ip6::SendDatagram()
All items filtered out
ot::Ip6::MessageInfo::GetMulticastLoop() const
All items filtered out
Data Use
from
examples
ot::Ip6::MessageInfo::GetMulticastLoop() const
reads 1 variable:
otMessageInfo::mMulticastLoop
All items filtered out
ot::Ip6::MessageInfo::GetMulticastLoop() 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