Click or drag to resize

PacketPeerUDPLeaveMulticastGroup Method

Removes the interface identified by interface_name from the multicast group specified by multicast_address.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error LeaveMulticastGroup(
	string multicastAddress,
	string interfaceName
)

Parameters

multicastAddress
Type: SystemString

[Missing <param name="multicastAddress"/> documentation for "M:Godot.PacketPeerUDP.LeaveMulticastGroup(System.String,System.String)"]

interfaceName
Type: SystemString

[Missing <param name="interfaceName"/> documentation for "M:Godot.PacketPeerUDP.LeaveMulticastGroup(System.String,System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.PacketPeerUDP.LeaveMulticastGroup(System.String,System.String)"]

See Also