Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

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

Signature

bool xcon.SendHex (string, string)

Parameters

Name Type Mandatory/Optional Description
stringMHandle that identifies the connection within the LUA script.
stringMData to be sent, has to be in the format xx xx xx [...] where x denotes any hex digit.

Return

Type Description
booltrue when server is initialized, otherwise false.
  • No labels