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

switch_xml_open_cfg() public static method

public static switch_xml_open_cfg ( string file_path, SWIGTYPE_p_p_switch_xml node, switch_event arg2 ) : switch_xml
file_path string
node SWIGTYPE_p_p_switch_xml
arg2 switch_event
return switch_xml
        public static switch_xml switch_xml_open_cfg(string file_path, SWIGTYPE_p_p_switch_xml node, switch_event arg2)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_xml_open_cfg(file_path, SWIGTYPE_p_p_switch_xml.getCPtr(node), switch_event.getCPtr(arg2));
            switch_xml ret = (cPtr == IntPtr.Zero) ? null : new switch_xml(cPtr, false);
            return ret;
        }
freeswitch