[Overview][Constants][Types][Procedures and functions][Index] |
Receive data from an unconnected socket (deprecated)
Source position: socketsh.inc line 184
function RecvFrom( |
Sock: LongInt; |
var Buf; |
Buflen: LongInt; |
Flags: LongInt; |
var Addr; |
var AddrLen: LongInt |
):LongInt; |
RecvFrom receives data in buffer Buf with maximum length BufLen from socket Sock. Receipt is controlled by options in Flags. Addr will be filled with the address from the sender, and will have length The function returns the number of bytes received, or -1 on error. AddrLen.
On error, -1 is returned.
|
Create new socket (deprecated) |
|
|
Receive data on socket (deprecated) |
|
|
Send data through socket (deprecated) |