sdpAddressIsMulticast

Check if the given addr is a multicast address.

bool
sdpAddressIsMulticast
(
string nettype
,
string addrtype
,
string addr
)

Parameters

nettype string

a network type

addrtype string

an address type

addr string

an address

Return Value

Type: bool

TRUE when addr is multicast.