nca_get_timer_interval

Example: nca_get_timer_intervalOracle NCA Timer Functions

Returns the time in milliseconds until the specified timer times out.

int nca_get_timer_interval( int timer_number );
timer_number The position of the timer in the list or one of the Timer Number Constants. The first timer is 0. The last is the timer count -1.

nca_get_timer_interval returns the time in milliseconds until the specified timer times out.

Parameterization

Parameterization is not available for this function.