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

switch_application_interface() private method

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

Same methods

switch_application_interface::switch_application_interface ( ) : System