Пример #1
0
 public virtual void onCallRxOffer(OnCallRxOfferParam prm)
 {
     pjsua2PINVOKE.Call_onCallRxOffer(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public virtual void onCallRxOffer(OnCallRxOfferParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallRxOffer", swigMethodTypes11))
     {
         pjsua2PINVOKE.Call_onCallRxOfferSwigExplicitCall(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onCallRxOffer(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnCallRxOfferParam obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Пример #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnCallRxOfferParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #5
0
 public virtual void onCallRxOffer(OnCallRxOfferParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallRxOffer", swigMethodTypes11)) pjsua2PINVOKE.Call_onCallRxOfferSwigExplicitCall(swigCPtr, OnCallRxOfferParam.getCPtr(prm)); else pjsua2PINVOKE.Call_onCallRxOffer(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }