TI Connect Manager X Scripting Interface Documentation

set reference to anything

core  :  setd

The set command is used to set application-specific properties, and can be used to send data to an attached device. Generally, the SEND command is better for this latter process however.


Examples of using this event are:

set contents of file 1 of device 1 to somedata
set model of unknown device 3 to TI83Plus SE
set user name of device 1 to "My Very Own Device"
set directory filter of device 1 to TI92Plus application variable
set usb suspend delay to 16


The reply to this event is a numeric long value, representing the error status of the operation.

BACK

01 March 2004 - slr