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

switch_core_session_message() private method

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

Same methods

switch_core_session_message::switch_core_session_message ( ) : System