
send_datagram
NAME
send_datagram - send a datagram
SYNOPSIS
void send_datagram(string data, string destination, int port)
DESCRIPTION
Send a UDP datagram to the specified host and udp port. No hostname
lookup is done so the destination must be an ip number.
Only udp port objects can use this function.
ERRORS
An error will result if the object is not an udp port object.
SEE ALSO
HTMLised 1998 Greg Lewis
(glewis@maths.adelaide.edu.au)