FreeSWITCH.Native.switch_xml.switch_xml C# (CSharp) Method

switch_xml() private method

private switch_xml ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal switch_xml(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

switch_xml::switch_xml ( ) : System