xcon.Send
Description
This function can be used to send data via an established connection.
Signature
bool xcon.Send (string, string, number)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | Handle that identifies the connection within the LUA script. | |
string | M | Data to be sent | |
number | M | number of characters to be sent |
Return
Type | Description |
---|---|
bool | true when server is initialized, otherwise false. |