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