Example #1
0
    public vx_evt_session_notification_t as_vx_evt_session_notification()
    {
        global::System.IntPtr         cPtr = VivoxCoreInstancePINVOKE.vx_evt_base_t_as_vx_evt_session_notification(swigCPtr);
        vx_evt_session_notification_t ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vx_evt_session_notification_t(cPtr, false);

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