FreeSWITCH.Native.switch_event_header.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( switch_event_header obj ) : HandleRef
obj switch_event_header
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(switch_event_header obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }