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

switch_ivr_dmachine_last_ping() public static method

public static switch_ivr_dmachine_last_ping ( SWIGTYPE_p_switch_ivr_dmachine dmachine ) : switch_status_t
dmachine SWIGTYPE_p_switch_ivr_dmachine
return switch_status_t
        public static switch_status_t switch_ivr_dmachine_last_ping(SWIGTYPE_p_switch_ivr_dmachine dmachine)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_last_ping(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine));
            return ret;
        }
freeswitch