« Back to Product

Documentation

CSCK_SendText

Require: IP-Symcon >= 2.0

 boolean CSCK_SendText (int $InstanceID, string $Text) 

Parameters

InstanceID

ID of the client 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 client socket with the ID InstanceID.

Example

CSCK_SendText(12345, "Any data record"); // Sends the text "Any data record" on the client socket with the ID 12345
Any questions?