[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Method used to send data to the other side
Source position: lnet.pp line 199
function ILDirect.Send( |
const aData; |
const aSize: Integer; |
aSocket: TLSocket = nil |
):Integer; |
aData |
|
The user data to send |
aSize |
|
Size of the user data to send |
aSocket |
|
Socket on which to send, defaults to nil |
Returns number of bytes sent
This method is used to send data over a connection to the other side. See specific implementor classes for more information.
No notes exist for this page yet.