[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Method for getting string messages from the other side
Source position: lnet.pp line 197
function ILDirect.GetMessage( |
out msg: String; |
aSocket: TLSocket = nil |
):Integer; |
msg |
|
The string message to put data in |
aSocket |
|
The socket on which to receive, defaults to nil. See specific implementor classes for meaning of nil socket argument |
Returns the number of bytes received
This method gets data from the other side and inpus it into user string.
No notes exist for this page yet.