SendSocketUDP (open)
UDPSend is used to send a datagram over UDP
Syntax
LOADLIB "wh::internet/tcpip.whlib";
BOOLEAN FUNCTION SendSocketUDP(INTEGER connectionid, STRING remoteip, INTEGER remoteport, STRING data)Parameters
INTEGER connectionidID of connection to send on
STRING remoteipRemote IP address
INTEGER remoteportRemote port
STRING dataData to send
Return value
BOOLEANTRUE if data was sent