xcon.Send

Description

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

Signature

bool xcon.Send (string, string, number)

Parameters

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

Return

Type Description
booltrue when server is initialized, otherwise false.