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

switch_caller_extension() private method

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

Same methods

switch_caller_extension::switch_caller_extension ( ) : System