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

getCPtr() static private method

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