TCPIP Object
 
Syntax
 
bValue = TCPIP.ReadLine(ValueData)
 
Description
Reads a line of data received from the remote host. Returns TRUE if a line was successfully read from the inputbuffer. If FALSE, the connection may have terminated or the host did not send anymore data.
 
Parameter
Description
ValueData
Contains the data received after reading a line.
 
See Also
Example