version 6.5
TCP_Send (tcp_ID; sendText) Integer
Parameter | Type | Description | |
tcp_ID | Longint | Reference to an open TCP session | |
sendText | Text | Text to send | |
Function result | Integer | Error Code |
Description
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.
See Also
TCP_Listen, TCP_Open, TCP_SendBLOB.