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

switch_asr_handle() private method

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

Same methods

switch_asr_handle::switch_asr_handle ( ) : System