|
|
 |
 |
| ReadFromSocket |
| |
Receive is used to receive data from a socket |
| |
| Library |
 |
wh::internet/tcpip.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION ReadFromSocket (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
ID of the connection to receive data from |
 |
|
| |
| Returns |
 |
Received data. If an empty string is returned, check GetLastSocketError to see which error occured |
| |
|
|
|
|