Source position: fpsockets.pp line 157
function SendTo( |
const ASocket: TFPSocket; |
const ReceiverAddr: TNetworkAddress; |
ReceiverPort: Word; |
ABuffer: Pointer; |
ASize: SizeInt; |
AFlags: Integer = 0 |
):SizeInt; |
const ASocket: TFPSocket; |
constref ReceiverAddr: TNetworkAddress; |
ReceiverPort: Word; |
const AData: T; |
AFlags: Integer = 0 |
):SizeInt; |