TI Connect Manager X Scripting Interface Documentation

sendkey integer to reference [ capturing screen true/false ] [ capturing color screen true/false ] [ delaying integer ]

TIco  :  TIsk

This script command informs TI Connect Manager X to send the specified key value (integer direct object) the the referenced device. Optionally, the event can return either a black/white screen capture of the resulting device screen, or a color screen capture, and can also delay a specified number of milliseconds after the key has been sent before capturing the screen.


Examples of using this event are:

sendkey 128 to device 1
sendkey 253 to device 1 with capturing color screen delaying 1500
sendkey 23 to device 1 with capturing screen


The reply to this event is a descriptor containing a value(s) where a value of zero means the key was sent properly, and non-zero indicates a specific error condition on the sending of the key OR the reply descriptor can contain a screen capture object, in PICT format, if one of the returning screen options is used.

BACK

03 March 2004 - slr