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

switch_io_routines() private method

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

Same methods

switch_io_routines::switch_io_routines ( ) : System