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

switch_ivr_set_xml_chan_vars() public static method

public static switch_ivr_set_xml_chan_vars ( switch_xml xml, SWIGTYPE_p_switch_channel channel, int off ) : int
xml switch_xml
channel SWIGTYPE_p_switch_channel
off int
return int
        public static int switch_ivr_set_xml_chan_vars(switch_xml xml, SWIGTYPE_p_switch_channel channel, int off)
        {
            int ret = freeswitchPINVOKE.switch_ivr_set_xml_chan_vars(switch_xml.getCPtr(xml), SWIGTYPE_p_switch_channel.getCPtr(channel), off);
            return ret;
        }
freeswitch