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.

Definition

SendUDPNetworkMessage( listenerID, messageID, toIP, toPort )

Parameters