TI Connect Manager X Scripting Interface Documentation

login reference

TIco  :  TIli

This script command informs TI Connect Manager X to wait for a login message from the referenced device.


Examples of using this event are:

login device 1
with timeout of 60 seconds login device 1 end with
 
 


This event activates a "listener" that monitors communications from the device and waits for a "login" response. The reply to this event is a yes/no response of whether or not the device logged in, or a timeout error if the login process timed out without logging in. Default period is 30 seconds for login before timeout, which can be adjusted using the with clause.

BACK

18 March 2004 - slr