FreeSWITCH.Native.freeswitch.switch_ivr_set_xml_chan_vars C# (CSharp) 메소드

switch_ivr_set_xml_chan_vars() 공개 정적인 메소드

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
리턴 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