leaveMulticastGroupSsm

open fun leaveMulticastGroupSsm(group: InetAddress, sourceSpecific: InetAddress? = null, iface: String? = null): <Error class: unknown class><Boolean>

Removes @socket from the multicast group defined by @group, @iface, and @source_specific (which must all have the same values they had when you joined the group).

Return

true on success, false on error.

Since

2.56

Parameters

group

a #GInetAddress specifying the group address to leave.

sourceSpecific

a #GInetAddress specifying the source-specific multicast address or null to ignore.

iface

Name of the interface to use, or null