Require: IP-Symcon >= 2.0
boolean CSCK_SendText (int $InstanceID, string $Text)
InstanceID | ID of the client 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 client socket with the ID InstanceID.
CSCK_SendText(12345, "Any data record"); // Sends the text "Any data record" on the client socket with the ID 12345