xcon.SendText (plain string over socket connection)

Description

This function can be used to send data via an established connection.

Signature

bool xcon.SendText (plain string over socket connection) (string, string)

Parameters

Name Type Mandatory/Optional Description
stringMHandle that identifies the connection within the LUA script.
stringMData to be sent

Return

Type Description
booltrue when server is initialized, otherwise false.