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

switch_input_args_t() private method

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

Same methods

switch_input_args_t::switch_input_args_t ( ) : System