Purpose |
Receive data from a specified TCP/IP port. |
Syntax |
TCP RECV [#] fNum&, count&, Buffer$ |
Remarks |
Receive count& bytes from the fNum& TCP/IP port and place them in Buffer$. If count& bytes are not available, Buffer$ will receive whatever bytes are available and EOF(fNum&) will return TRUE (non-zero). Typically used in a
|
See also |
TCP and UDP communications, EOF, TCP ACCEPT, TCP CLOSE, TCP LINE INPUT, TCP NOTIFY, TCP OPEN, TCP PRINT, TCP SEND, UDP RECV |