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

switch_endpoint_interface() private method

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

Same methods

switch_endpoint_interface::switch_endpoint_interface ( ) : System