tibrvEvent_GetTimerInterval()

Function

Declaration

tibrv_status tibrvEvent_GetTimerInterval(
    tibrvEvent    event,
    tibrv_f64*    interval);

Purpose

Extract the interval from a timer event object.

Parameter

Description

event

Extract the interval from this timer.

interval

The program supplies a location. The function stores the interval of the timer event object in that location.

See Also

tibrvEvent_CreateTimer()

tibrvEvent_ResetTimerInterval()