AutoOffTest
Gets the current auto power off time and sets it to a new value |
 |
Download
AutoOffTest.zip
(32 KB)
|
Functions
definition
external "CASL_autooff";
# returns auto power off time in seconds
function GetAutoPowerOff
as numeric;
# set auto power off time in seconds
function SetAutoPowerOff (numeric
the_value) as numeric;
end_external;
|
|