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

switch_ivr_set_xml_profile_data() public static method

public static switch_ivr_set_xml_profile_data ( switch_xml xml, switch_caller_profile caller_profile, int off ) : int
xml switch_xml
caller_profile switch_caller_profile
off int
return int
        public static int switch_ivr_set_xml_profile_data(switch_xml xml, switch_caller_profile caller_profile, int off)
        {
            int ret = freeswitchPINVOKE.switch_ivr_set_xml_profile_data(switch_xml.getCPtr(xml), switch_caller_profile.getCPtr(caller_profile), off);
            return ret;
        }
freeswitch