Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20 R7
TCP_Send

TCP_Send 


 

TCP_Send ( tcp_ID ; sendText ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
tcp_ID  Lange Ganzzahl in Reference to an open TCP session
sendText  Text in Text to send
Funktionsergebnis  Ganzzahl 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.

Note: When sending non us-ascii text or large text, it is recommended to use TCP_SendBLOB because it allows a better control of text encoding.



Siehe auch 

TCP_Listen
TCP_Open
TCP_SendBLOB

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: IC TCP/IP
Nummer: 88931

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.5

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D v20 R7)