Method System.setitimer()
- Method
setitimer
floatsetitimer(inttimer,int|floatvalue)- Description
Sets the
timerto the suppliedvalue. Returns the current timer interval.- Parameter
timer One of ITIMER_REAL, ITIMER_VIRTUAL and ITIMER_PROF.
float setitimer(int timer, int|float value)
Sets the timer to the supplied value. Returns the
current timer interval.
timerOne of ITIMER_REAL, ITIMER_VIRTUAL and ITIMER_PROF.