Multicast UDP Messages
NetLinx can send and receive multi-cast UDP messages.
To send a multi-cast UDP message, specify a multi-cast address and port in the IP_CLIENT_OPEN function such as the following:
To receive multi-cast UDP messages, you must call the IP_MC_SERVER_OPEN function:
The NetLinx master will join the multi-cast session and allow you to receive and transmit UDP multi-cast messages.