Beispiel #1
0
 public virtual void onCallRxReinvite(OnCallRxReinviteParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallRxReinvite", swigMethodTypes12))
     {
         pjsua2PINVOKE.Call_onCallRxReinviteSwigExplicitCall(swigCPtr, OnCallRxReinviteParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onCallRxReinvite(swigCPtr, OnCallRxReinviteParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnCallRxReinviteParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }