UDP Send String

Transmits a UTF-8 encoded string to a host and port using the UDP transmission protocol.

 

Input Arguments

 

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.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The packet was sent successfully.

FAILURE

The destination host or port was invalid.

 

Remarks

None.