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

switch_ivr_dmachine_set_match_callback() public static method

public static switch_ivr_dmachine_set_match_callback ( SWIGTYPE_p_switch_ivr_dmachine dmachine, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t match_callback ) : void
dmachine SWIGTYPE_p_switch_ivr_dmachine
match_callback SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t
return void
        public static void switch_ivr_dmachine_set_match_callback(SWIGTYPE_p_switch_ivr_dmachine dmachine, SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t match_callback)
        {
            freeswitchPINVOKE.switch_ivr_dmachine_set_match_callback(SWIGTYPE_p_switch_ivr_dmachine.getCPtr(dmachine), SWIGTYPE_p_f_p_switch_ivr_dmachine_match__switch_status_t.getCPtr(match_callback));
        }
freeswitch