4D Internet Commands v14

UDP_ReceiveBLOBFrom

Home

 
4D Internet Commands v14
UDP_ReceiveBLOBFrom

UDP_ReceiveBLOBFrom 


 

UDP_ReceiveBLOBFrom ( udp_ID ; hostName ; remotePort ; blob ) -> Function result 
Parameter Type   Description
udp_ID  Longint in UDP socket reference
hostName  String in Name or IP address of server
remotePort  Integer in Remote port to connect to (0=any)
blob  BLOB in BLOB received
Function result  Integer in Error code

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

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

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

The BLOB received is returned in the blob parameter.

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC UDP
Number: 88845

 
HISTORY 

Created: 4D Internet Commands v11

 
SEE ALSO 

UDP_ReceiveFrom
UDP_SendBLOBTo

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)