Data type Datagram
access this type via: net.UDPServer (uses)
This data type represents a datagram (a discrete packet of data transmitted over UDP).
Fields
char address[] The remote host address from which this datagram was sent).
int port The remote host port number from which this datagram was sent).
byte content[] The content of the datagram).