CreateUDPSocket (open)
Create a new UDP socket
Syntax
LOADLIB "wh::internet/tcpip.whlib";
INTEGER FUNCTION CreateUDPSocket()
Return value
INTEGER
ID of connection for new socket. If a negative ID is returned, an error has occured
Create a new UDP socket
LOADLIB "wh::internet/tcpip.whlib";
INTEGER FUNCTION CreateUDPSocket()
INTEGER
ID of connection for new socket. If a negative ID is returned, an error has occured