sdpAddressIsMulticast

fnbool sdpAddressIsMulticast(string nettype, string addrtype, string addr) nothrow

Check if the given addr is a multicast address.

Parameters

nettypea network type
addrtypean address type
addran address

Returns

TRUE when addr is multicast.