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

switch_xml_root() public static method

public static switch_xml_root ( ) : switch_xml
return switch_xml
        public static switch_xml switch_xml_root()
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_xml_root();
            switch_xml ret = (cPtr == IntPtr.Zero) ? null : new switch_xml(cPtr, false);
            return ret;
        }
freeswitch