[Overview][Constants][Types][Procedures and functions] |
Send data through an unconnected socket to an address (deprecated).
Source position: socketsh.inc line 182
function SendTo( |
Sock: LongInt; |
const Buf; |
BufLen: LongInt; |
Flags: LongInt; |
var Addr; |
AddrLen: LongInt |
):LongInt; |
SendTo sends data from buffer Buf with length Buflen through socket Sock with options Flags. The data is sent to address Addr, which has length AddrLen
On error, -1 is returned.
|
Create new socket (deprecated) |
|
|
Send data through socket (deprecated) |
|
|
Receive data from an unconnected socket (deprecated) |