version 11
UDP_Delete (udp_ID)  Integer
| Parameter | Type | Description | |
| udp_ID | Longint | UDP socket reference | |
| Function result | Integer | Error code | 
Description
The UDP_Delete command can be used to close a UDP socket that has been previously opened using UDP_New by passing its reference in udp_ID.
See Also