Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sends binary data given as hex-bytes via an established connection.

Signature

bool xcon.SendHex (string, string)

Parameters

NameTypeMandatory/OptionalDescription

stringMHandle that identifies the connection within the LUA script.

stringMData to be sent, has to be in the format
xx
"xx xx xx [...]

" where x denotes any hex digit.

Return

TypeDescription
booltrue when server is initialized, otherwise false.