[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Receives data from the other side
Source position: lnet.pp line 142
public function TLSocket.Get( |
var aData; |
const aSize: Integer |
):Integer; virtual; |
aData |
|
The user data buffer to receive into |
aSize |
|
Maximum number of bytes to receive into the user buffer |
Returns the number of bytes received
This method receives data from the other side and inputs them into the user buffer. Returns the number of bytes received.
No notes exist for this page yet.