TBlockSocket.SendBufferTo
TBlockSocket
function SendBufferTo(Buffer: Pointer; Length: Integer): Integer; virtual;
Unit
blcksock
Description
Same as SendBuffer, but send datagram to address from RemoteSin. Usefull for sending reply to datagram received by function RecvBufferFrom.
See also:
RecvBufferFrom, RemoteSin, SendBuffer, SetRemoteSin