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

switch_xml_error() public static method

public static switch_xml_error ( switch_xml xml ) : string
xml switch_xml
return string
        public static string switch_xml_error(switch_xml xml)
        {
            string ret = freeswitchPINVOKE.switch_xml_error(switch_xml.getCPtr(xml));
            return ret;
        }
freeswitch