fpsendto
Send data through an unconnected socket to an address.
Declaration
Source position: socketsh.inc line 160
function fpsendto(s: cint; msg: pointer; len: size_t; flags: cint;
tox: psockaddr; tolen: TSockLen) : ssize_t;
Description
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
Errors
On error, -1 is returned.
See also
Name | Description |
---|---|
fpRecvFrom | Receive data from an unconnected socket |
fpSend | Send data through socket |
fpSocket | Create new socket |