TI Connect Manager X Scripting Interface Documentation

get reference [ as a list of type class ]

TIco  :  getd

This script command causes the TI Connect Manager X application to resolve the reference and return the requested data, property, or object reference.

The reference, contains an object descriptor containing the object(s) to be resolved.


Examples of using this event are:

get data of every file of device 1
get properties of every device
get screen of device id "01235-5678-9AB0"
get contents of file "file:///testfile.9xg"
get directory of device 1
get contents of file "Screen" of first device


The reply to this event is a descriptor containing a (possible list) of records of data, or a integer status representing an error response from a device.

A single item AERecord reply may look like:

{ directory recorddata DirOxxxx», calculator recorddata xxxxrrrrrr» }

 

BACK

03 March 2004 - slr