MIAMEX 180: Get/Set Inactivity Timeout

Added August 2010

xcall MIAMEX, MX_IATIMEOUT, opcode, timesecs

MX_IATIMEOUT allows querying / setting the inactivity timeout.

Parameters

opcode  (Num)  [in]

Specifies whether to get (0) or set (1) the timeout.

timesecs  (Num)  [in, out]

Timeout value in seconds. If opcode=0, the current timeout setting (or zero if disabled) is returned here. Otherwise the value passed in timesecs is used to reconfigure the current inactivity timer.

Comments

Note that unlike the case in the miame.ini IATIMEOUT parameter, which uses units of minutes, MX_IATIMEOUT function uses units of seconds.

History

2010 August, 1191:  Routine added to A-Shell