Interface
UDPClient
access this type via:
net.UDPClient
(provides, requires or uses)
Send UDP packets.
Functions
bool send(char address[], int port, byte content[])
bool send(char address[], int port, byte content[])
Send a UDP packet to a specified IP address and port.