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

switch_state_handler_table() private method

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

Same methods

switch_state_handler_table::switch_state_handler_table ( ) : System