tcp.readStream
| Syntax |
tcp.readStream (stream, bytesToRead)
|
| Params |
stream is a stream reference returned by tcp.openStream. bytesToRead is the number of bytes that tcp.readStream will attempt to read from the connection
|
| Action |
Reads waiting data from an open TCP/IP connection.
|
| Returns |
The data that was read from the connection.
|
| Examples |
|
| Notes |
This verb obsoletes NetEvents.readStream.
|