xcon.SendHex
Description
Sends binary data given as hex-bytes via an established connection.
Signature
bool xcon.SendHex (string, string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | Handle that identifies the connection within the LUA script. | |
string | M | Data to be sent, has to be in the format "xx xx xx [...]" where x denotes any hex digit. |
Return
Type | Description |
---|---|
bool | true when server is initialized, otherwise false. |