$Date: 2005/10/26 18:49:24 $
$Revision: 1.18 $
-- Creates a new UDP packet.
-- Copy data from existing UDPSTRUCT
-- Returns the address of the packet.
-- If you've just received the packet, this is the address of the source host.
-- Represents the packet's size in bytes.
-- Returns the packet data as a string.
-- Sets a_string as the packet data.
-- Sets an_inet_socket_address as the address of the packet.
-- If you prepare a packet for sending, this will be the destination
-- address the packet will be sent to.
-- True, if the current packet is empty.
-- C struct representation of the packet.
A UDP packet that contains data to be sent over a network using the non-reliable
User Datagram Protocol.