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

switch_core_asr_feed_dtmf() public static method

public static switch_core_asr_feed_dtmf ( switch_asr_handle ah, switch_dtmf_t dtmf, SWIGTYPE_p_unsigned_long flags ) : switch_status_t
ah switch_asr_handle
dtmf switch_dtmf_t
flags SWIGTYPE_p_unsigned_long
return switch_status_t
        public static switch_status_t switch_core_asr_feed_dtmf(switch_asr_handle ah, switch_dtmf_t dtmf, SWIGTYPE_p_unsigned_long flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_asr_feed_dtmf(switch_asr_handle.getCPtr(ah), switch_dtmf_t.getCPtr(dtmf), SWIGTYPE_p_unsigned_long.getCPtr(flags));
            return ret;
        }
freeswitch