4D Internet Commands v16

UDP_SendBLOBTo

Home

 
4D Internet Commands v16
UDP_SendBLOBTo

UDP_SendBLOBTo 


 

UDP_SendBLOBTo ( udp_ID ; hostName ; remotePort ; sendBlob ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
udp_ID  Lange Ganzzahl in UDP socket reference
hostName  String in Name or IP address of server
remotePort  Ganzzahl in Remote port to connect to (0=any)
sendBlob  BLOB in BLOB to be sent
Funktionsergebnis  Ganzzahl in Error code

The UDP_SendBLOBTo command can be used to send a BLOB using the udp_ID socket.

hostName is the name or IP address of the server where the BLOB will be sent.

remotePort is the number of the port to be connected to. If you pass 0, any available port will be used.

sendBlob is the BLOB to be sent.



Siehe auch 

UDP_ReceiveBLOBFrom
UDP_SendTo

 
EIGENSCHAFTEN 

Produkt: 4D Internet Commands
Thema: IC UDP
Nummer: 88847

 
GESCHICHTE 

Erstellt: 4D Internet Commands v11

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)