Documentation
MSCK_SendText
Require: IP-Symcon >= 4.1
boolean MSCK_SendText (int $InstanceID, string $Text)
Parameters
InstanceID | ID of the Multicast 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 Multicast Socket with the ID InstanceID.
Example
//Sends the string "Any data record" on the Multicast Socket with the ID 12345
MSCK_SendText(12345, "Any data record");