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

getCPtr() static private method

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