UDPSocketClose

Closes an opened socket.

Syntax

UDPSocketClose( SocketID )

Remarks

UDPSocketClose() closes an opened socket. This includes freeing all associated memory (including discarding any queued up received datagrams that have not been processed by calling UDPSocketRecv()).

Parameters

SocketID

Socket ID returned from a call to UDPSocketOpen().

Type: Constant or Variable of type Long