| GetSocketErrorText |
| |
Convert a TCP/IP socket error to text |
| |
| Library |
 |
wh::internet/tcpip.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION GetSocketErrorText (INTEGER errorcode) |
| |
| Parameters |
 |
| errorcode |
 |
Code of the error |
 |
|
| |
| Returns |
 |
String with the tcp error text belonging to this code |
| |