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

switch_xml_toxml_buf() public static method

public static switch_xml_toxml_buf ( switch_xml xml, string buf, SWIGTYPE_p_switch_size_t buflen, SWIGTYPE_p_switch_size_t offset, switch_bool_t prn_header ) : string
xml switch_xml
buf string
buflen SWIGTYPE_p_switch_size_t
offset SWIGTYPE_p_switch_size_t
prn_header switch_bool_t
return string
        public static string switch_xml_toxml_buf(switch_xml xml, string buf, SWIGTYPE_p_switch_size_t buflen, SWIGTYPE_p_switch_size_t offset, switch_bool_t prn_header)
        {
            string ret = freeswitchPINVOKE.switch_xml_toxml_buf(switch_xml.getCPtr(xml), buf, SWIGTYPE_p_switch_size_t.getCPtr(buflen), SWIGTYPE_p_switch_size_t.getCPtr(offset), (int)prn_header);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch