nca_get_active_timers_count
| Oracle NCA Timer Functions |
Returns the number of active timers.
int nca_get_active_timers_count( );
nca_get_active_timers_count returns the number of active timers. The valid indexes of timers for use in nca_get_timer_interval and nca_wait_for_timer are 0 to ( nca_get_active_timers_count() - 1).
Parameterization
Parameterization is not available for this function.
Example
This example show the use of nca_get_active_timers_count.
int tmrCnt;
tmr_Cnt = nca_get_active_timers_count();

