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

switch_xml_set_open_root_function() public static method

public static switch_xml_set_open_root_function ( SWIGTYPE_p_f_uint8_t_p_p_q_const__char_p_void__p_switch_xml func, SWIGTYPE_p_void user_data ) : switch_status_t
func SWIGTYPE_p_f_uint8_t_p_p_q_const__char_p_void__p_switch_xml
user_data SWIGTYPE_p_void
return switch_status_t
        public static switch_status_t switch_xml_set_open_root_function(SWIGTYPE_p_f_uint8_t_p_p_q_const__char_p_void__p_switch_xml func, SWIGTYPE_p_void user_data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_set_open_root_function(SWIGTYPE_p_f_uint8_t_p_p_q_const__char_p_void__p_switch_xml.getCPtr(func), SWIGTYPE_p_void.getCPtr(user_data));
            return ret;
        }
freeswitch