Kanzi framework  3.9.1
Java API
TimerRecurrence Enum Reference

Enumeration for timer recurrence options. More...

Inheritance diagram for TimerRecurrence:
[legend]

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...
 

Detailed Description

Enumeration for timer recurrence options.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

◆ toEnum()

static TimerRecurrence toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

◆ Recurring

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.