Call: RestartDelayTimer(unsigned long Time,int TimerNo)
Input: TimerNo
Output: boolean
The RestartDelayTimer is made to restart an exisiting timer entry. When calling this function when TimerNo is not known in the timer structure, the function is ignored. The function is working for one-shot timers and continious timers (entries made by Timer and DelayTimer).
Example:
RestartDelayTimer(TimDOTL);