Transmits a UTF-8 encoded string to a host and port using the UDP transmission protocol.
0 |
String |
Destination Host |
The destination host for the UDP packet (IP ad- dress). |
1 |
Integer |
Destination Port |
The destination port for the UDP packet. |
2 |
String |
String to Send |
The string to send across the network. |
None.
SUCCESS |
The packet was sent successfully. |
FAILURE |
The destination host or port was invalid. |
None.