Example #1
0
 public virtual void onTimer(OnTimerParam prm)
 {
     pjsua2PINVOKE.Endpoint_onTimer(swigCPtr, OnTimerParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual void onTimer(OnTimerParam prm)
 {
     if (SwigDerivedClassHasMethod("onTimer", swigMethodTypes3))
     {
         pjsua2PINVOKE.Endpoint_onTimerSwigExplicitEndpoint(swigCPtr, OnTimerParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Endpoint_onTimer(swigCPtr, OnTimerParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnTimerParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnTimerParam obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #5
0
 public virtual void onTimer(OnTimerParam prm)
 {
     if (SwigDerivedClassHasMethod("onTimer", swigMethodTypes3)) pjsua2PINVOKE.Endpoint_onTimerSwigExplicitEndpoint(swigCPtr, OnTimerParam.getCPtr(prm)); else pjsua2PINVOKE.Endpoint_onTimer(swigCPtr, OnTimerParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }