Enumeration for timer recurrence options. More...
Public Member Functions | |
| TimerRecurrence (int mValue) | |
| TimerRecurrence (TimerRecurrence enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static TimerRecurrence | swigToEnum (int swigValue) |
| static TimerRecurrence | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Recurring | |
| Kanzi executes the timer recurringly in each main loop iteration where specified time interval has elapsed. More... | |
Enumeration for timer recurrence options.
| int getValue | ( | ) |
Returns the integer value of the enumeration constant.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| Recurring |
Kanzi executes the timer recurringly in each main loop iteration where specified time interval has elapsed.
The timer is executed multiple times in a main loop iteration when multiple intervals have elapsed.