Command TCP_Send

4D Internet Commands

TCP_Send

version 6.5


TCP_Send (tcp_ID; sendText) Integer

ParameterTypeDescription
tcp_IDLongintReference to an open TCP session
sendTextTextText 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.