[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Receives message from the other side
Source position: lnet.pp line 294
public function TLConnection.GetMessage( |
out msg: String; |
aSocket: TLSocket = nil |
):Integer; virtual; abstract; |
msg |
|
The user string to receive to |
aSocket |
|
The socket to receive on, defaults to nil. See specific implementor classes for meaning of nil socket argument |
Returns the number of bytes received
This method is used to receive data into a string message from the other side. See specific implementor classes for more details.
No notes exist for this page yet.