[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Receives data from the other side
Source position: lnet.pp line 293
public function TLConnection.Get( |
var aData; |
const aSize: Integer; |
aSocket: TLSocket = nil |
):Integer; virtual; abstract; |
aData |
|
Specifies the user buffer to receive to |
aSize |
|
Specifies the maximum size to receive |
aSocket |
|
Specifies the socket to receive on, defaults to nil. See specific implementor classes for meaning of nil socket argument |
Returns number of bytes received
This method is used to receive data sent from the other side
No notes exist for this page yet.