[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Method for getting data from the other side
Source position: lnet.pp line 196
function ILDirect.Get( |
var aData; |
const aSize: Integer; |
aSocket: TLSocket = nil |
):Integer; |
aData |
|
User receive buffer to receive data into |
aSize |
|
Maximum size of data to receive |
aSocket |
|
Socket on which to receive, defaults to nil. See specific implementor classes for meaning of nil socket argument |
Number of bytes received
This method specifies how to get data from the other side. See specific implementor classes for specific details.
No notes exist for this page yet.