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