This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
UDP_SendBLOBTo
|
UDP_SendBLOBTo ( udp_ID ; hostName ; remotePort ; sendBlob ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
udp_ID | Longint |
![]() |
UDP socket reference | |||||
hostName | String |
![]() |
Name or IP address of server | |||||
remotePort | Integer |
![]() |
Remote port to connect to (0=any) | |||||
sendBlob | BLOB |
![]() |
BLOB to be sent | |||||
Function result | Integer |
![]() |
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.
Product: 4D
Theme: IC UDP
Number:
88847
Created: 4D Internet Commands v11
4D Internet Commands ( 4D v20 R7)