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