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

switch_console_callback_match() private method

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

Same methods

switch_console_callback_match::switch_console_callback_match ( ) : System