boolean RegVar_SendText (int $InstanceID, string $Text)
InstanceID | ID of the device to be switched |
Text | Buffer to be sent |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends a string Text from the instance with ID InstanceID
RegVar_SendText(12345, "Hallo World");