TI Connect Manager X Scripting Interface Documentation

enable notification [ reference ]

TIco  :  TIno

This script command informs TI Connect Manager X that the requesting application would like to receive a notification Appleevent when a device is either attached and identified, or a known device is removed.


Examples of using this event are:

enable notification


The reply to this event is a descriptor containing a boolean TRUE or FALSE response as to whether TI Connect Manager X was able to enable notifications to be sent to the requesting process. Generally, processes on remote machines may not request or receive notification events of this nature, and should rely on polling the remote TI Connect Manager X process to determine if the remote device configuration has changed.

The optional [ reference ] direct object parameter is used when a client application needs to directly inform the Connect Manager of its process serial number. This is primarily to cover an issue discovered running under OS X 10.3.x, when the client application launches the Connect Manager and registers for events. This can only be done properly by the client application adding a direct object parameter of class 'typeProcessSerialNumber' ('psn '), containing the true process serial number of the client application.

BACK

01 March 2004 - slr