Send data through an unconnected socket to an address.
Source position: socketsh.inc line 160
function fpsendto( |
s: cint; |
msg: pointer; |
len: size_t; |
flags: cint; |
tox: psockaddr; |
tolen: TSockLen |
):ssize_t; |
fpSendTo sends data from buffer Msg with length len through socket S with options Flags. The data is sent to address tox, which has length toLen
On error, -1 is returned.
|
Create new socket. |
|
|
Send data through socket. |
|
|
Receive data from an unconnected socket. |