FreeSWITCH.Native.freeswitch.switch_core_timer_step C# (CSharp) Method

switch_core_timer_step() public static method

public static switch_core_timer_step ( switch_timer timer ) : switch_status_t
timer switch_timer
return switch_status_t
        public static switch_status_t switch_core_timer_step(switch_timer timer)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_timer_step(switch_timer.getCPtr(timer));
            return ret;
        }
freeswitch