TCPIP Object
 
Syntax
 
TCPIP.RecvBinary = bvalue
-or-
bvalue = TCP.RecvBinary
 
Description
Sets or returns the type of data transfer from the remote host to the local computer.
When FALSE, all received data is handled as text, with line terminating characters.
When TRUE, all data is transferred directly to the inputbuffer without any translation.
 
See Also
Example