SendUDPNetworkMessage

Description

Sends a network message created with CreateNetworkMessage to the specified remote IP and port. You must specify a UDP listener to use as the source IP and port. This function will delete the specified message ID.

Warning, if the IP address is a broadcast or multicast address, e.g. 255.255.255.255 then this will fail to send on iOS devices. To send broadcast or multicast packets requires permission from Apple, use the following page to request it https: developer.apple.com/contact/request/networking-multicast

Definition

SendUDPNetworkMessage( listenerID, messageID, toIP, toPort )

Parameters