Documentation
SSCK_SendText
Require: IP-Symcon >= 4.1
boolean SSCK_SendText (int $InstanceID, string $Text)
Parameters
InstanceID | ID of the server socket to be updated |
Text | The string to be sent |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sends the string Text on the server socket with the ID InstanceID.
Example
SSCK_SendText(12345, "Any data record"); //Sends the text "Any data record" to the server socket with the ID 12345