Main Content
configureMulticast
Syntax
Description
configureMulticast(
subscribes the UDP socket u
,address
)u
to the multicast group address
address
. This syntax sets the MulticastGroup
property to address
, the EnableMulticastLoopback
property to true
(the default), and the
EnableMulticast
property to true
.
This function is only supported on Windows®.
configureMulticast(
subscribes the UDP socket to the specified address, while the
u
,address
,loopbackEnable
)loopbackEnable
property controls whether loopback is enabled. This
syntax sets the EnableMulticastLoopback
accordingly.
Examples
Input Arguments
Version History
Introduced in R2020b