[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Sends data to the other side
Source position: lnet.pp line 139
public function TLSocket.Send( |
const aData; |
const aSize: Integer |
):Integer; virtual; |
aData |
|
The generic data to send |
aSize |
|
Size of the data to send |
Returns the number of bytes successfully sent
This method sends arbitrary data to the other end. If the socket isn't connected it returns 0, otherwise it returns the number of bytes successfuly sent.
No notes exist for this page yet.