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

switch_xml_open_root() public static method

public static switch_xml_open_root ( byte reload, string &err ) : switch_xml
reload byte
err string
return switch_xml
        public static switch_xml switch_xml_open_root(byte reload, ref string err)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_xml_open_root(reload, ref err);
            switch_xml ret = (cPtr == IntPtr.Zero) ? null : new switch_xml(cPtr, false);
            return ret;
        }
freeswitch