TCP_Send

4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

version 6.5


TCP_Send (tcp_ID; sendText) Integer

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


4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next