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

switch_console_callback_match_node() private method

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

Same methods

switch_console_callback_match_node::switch_console_callback_match_node ( ) : System