function
setTimerInterval (shared-side)
Available since version: 0.0.1
This function will set the timer interval.
Declaration
void setTimerInterval(int timerId, int interval)
Parameters
int
timerId: the timer id.int
interval: the interval time in milliseconds. The smallest acceptable interval is50
.