Documentation
USCK_SendText
Require: IP-Symcon >= 3.3
boolean USCK_SendText (int $InstanceID, string $Text)
Parameters
InstanceID | ID of the UDP 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 UDP socket with the ID InstanceID.
Example
USCK_SendText(12345, "Any data record"); // Sends the text "Any data record" to the UDP socket with the ID 12345