4D Internet Commands v14

TCP_Send

Home

 
4D Internet Commands v14
TCP_Send

TCP_Send 


 

TCP_Send ( tcp_ID ; sendText ) -> Function result 
Parameter Type   Description
tcp_ID  Longint in Reference to an open TCP session
sendText  Text in Text to send
Function result  Integer in Error Code

The TCP_Send command sends data to the TCP session designated by tcp_ID.

tcp_ID is a long integer reference to an open TCP session as established with either the TCP_Open or TCP_Listen command.

sendText is a text value to be sent to the TCP session referenced by tcp_ID.

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC TCP/IP
Number: 88931

 
HISTORY 

Created: 4D Internet Commands 6.5

 
SEE ALSO 

TCP_Listen
TCP_Open
TCP_SendBLOB

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)