4D Internet Commands v16

UDP_ReceiveBLOBFrom

Home

 
4D Internet Commands v16
UDP_ReceiveBLOBFrom

UDP_ReceiveBLOBFrom 


 

UDP_ReceiveBLOBFrom ( udp_ID ; hostName ; remotePort ; BLOB ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
udp_ID  Lange Ganzzahl in UDP socket reference
hostName  Textvariable in Name or IP address of server that responds
remotePort  Variable Lange Ganzzahl in Port of remote server that responds
BLOB  BLOB in BLOB received
Funktionsergebnis  Ganzzahl in Error code

The UDP_ReceiveBLOBFrom command can be used to receive a BLOB that is sent via the udp_ID socket.

Pass variables in the hostName and remotePort parameters. After the command is executed, these variables will contain, respectively, the name (or IP address) and the port number of the remote server from which the BLOB was received.

The BLOB received is returned in the blob parameter.



Siehe auch 

UDP_ReceiveFrom
UDP_SendBLOBTo

 
EIGENSCHAFTEN 

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

 
GESCHICHTE 

Erstellt: 4D Internet Commands v11

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)