UDP SEND statement

Purpose

Send a string of data through a previously opened UDP socket.

Syntax

UDP SEND [#] fNum&, AT ip&, pNum&, string_expression

Remarks

Write the specified string_expression to the UDP/IP port pNum& at the IP address specified in ip&, using the UDP connection specified by fNum&.

See also

TCP and UDP Communication, TCP SEND, UDP CLOSE, UDP NOTIFY, UDP OPEN, UDP RECV