[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
Method used to send string messages to the other side
Source position: lnet.pp line 200
function ILDirect.SendMessage( |
const msg: String; |
aSocket: TLSocket = nil |
):Integer; |
msg |
|
The message to send |
aSocket |
|
This is the socket on which to send, defaults to nil |
Returns the number of bytes sent
This method sends a string message to the other side.
No notes exist for this page yet.