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