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

switch_channel_has_dtmf() public static method

public static switch_channel_has_dtmf ( SWIGTYPE_p_switch_channel channel ) : SWIGTYPE_p_switch_size_t
channel SWIGTYPE_p_switch_channel
return SWIGTYPE_p_switch_size_t
        public static SWIGTYPE_p_switch_size_t switch_channel_has_dtmf(SWIGTYPE_p_switch_channel channel)
        {
            SWIGTYPE_p_switch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_channel_has_dtmf(SWIGTYPE_p_switch_channel.getCPtr(channel)), true);
            return ret;
        }
freeswitch