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

switch_channel_dequeue_dtmf_string() public static method

public static switch_channel_dequeue_dtmf_string ( SWIGTYPE_p_switch_channel channel, string dtmf_str, SWIGTYPE_p_switch_size_t len ) : SWIGTYPE_p_switch_size_t
channel SWIGTYPE_p_switch_channel
dtmf_str string
len SWIGTYPE_p_switch_size_t
return SWIGTYPE_p_switch_size_t
        public static SWIGTYPE_p_switch_size_t switch_channel_dequeue_dtmf_string(SWIGTYPE_p_switch_channel channel, string dtmf_str, SWIGTYPE_p_switch_size_t len)
        {
            SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_channel_dequeue_dtmf_string(SWIGTYPE_p_switch_channel.getCPtr(channel), dtmf_str, SWIGTYPE_p_switch_size_t.getCPtr(len)), true);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch