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

switch_ivr_dmachine_ping() public static method

public static switch_ivr_dmachine_ping ( SWIGTYPE_p_switch_ivr_dmachine dmachine, SWIGTYPE_p_p_switch_ivr_dmachine_match match_p ) : switch_status_t
dmachine SWIGTYPE_p_switch_ivr_dmachine
match_p SWIGTYPE_p_p_switch_ivr_dmachine_match
return switch_status_t
        public static switch_status_t switch_ivr_dmachine_ping(SWIGTYPE_p_switch_ivr_dmachine dmachine, SWIGTYPE_p_p_switch_ivr_dmachine_match match_p)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_ping(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine), SWIGTYPE_p_p_switch_ivr_dmachine_match.getCPtr(match_p));
            return ret;
        }
freeswitch