relativeTimers attribute
*** No documentation available yet. ***
Content Type
EnumProtocolTypeRelativeTimers
Parent
Remarks
This attribute can have one of two values:
true: If the interval is changed in the middle of the current interval, the timer will only be executed when the interval is completely finished.
Note
If the fixedTimer attribute of /Protocol/Timers/Timer is also set to "true", then users cannot change the timer interval.
true with reset: Each time the interval is changed the timer is executed instantly.
Examples
<Type relativeTimers="true">smart-serial</Type>