UDPSocket.BroadcastAddress
From Xojo Documentation
Read-Only Property (As String )
The machine's broadcast address.
Notes
You can specify this address when you call the Write method and the data will be broadcast across the network, but you will not receive the data you sent back.
Example
This example uses the BroadcastAddress to get the address of the group.
EasyUDPSocket1.Write(EasyUDPSocket1.BroadcastAddress, "Hello World")