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

switch_channel_dequeue_dtmf() public static method

public static switch_channel_dequeue_dtmf ( SWIGTYPE_p_switch_channel channel, switch_dtmf_t dtmf ) : switch_status_t
channel SWIGTYPE_p_switch_channel
dtmf switch_dtmf_t
return switch_status_t
        public static switch_status_t switch_channel_dequeue_dtmf(SWIGTYPE_p_switch_channel channel, switch_dtmf_t dtmf)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_dequeue_dtmf(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_dtmf_t.getCPtr(dtmf));
            return ret;
        }
freeswitch