UDPSocket.JoinMulticastGroup

From Xojo Documentation

Method

UDPSocket.JoinMulticastGroup(Group As String) As Boolean

Supported for all project types and targets.

Joins the specified multicast group. Returns True if the group was successfully joined, False if not.

Example

If EasyUDPSocket1.JoinMulticastGroup(TextField5.Value) Then
MessageBox("Joined!")
End If