/
xcon.SendHex
xcon.SendHex
Description
Sends binary data given as hex-bytes via an established connection.
Signature
bool xcon.SendHex(handle, data)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
handle | string | M | Handle that identifies the connection within the LUA script. |
data | 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 connection is valid, otherwise false. |
, multiple selections available,
Related content
xcon.Send
xcon.Send
More like this
xcon.SendTo
xcon.SendTo
More like this
xcon.Create
xcon.Create
More like this
xcon.SendTextTo
xcon.SendTextTo
More like this
xcon.SendText (plain string over socket connection)
xcon.SendText (plain string over socket connection)
More like this
xcon.SendText (HTTP POST with JSON string and MIME type provided)
xcon.SendText (HTTP POST with JSON string and MIME type provided)
More like this