Beispiel #1
0
 public virtual void onIpChangeProgress(OnIpChangeProgressParam prm)
 {
     if (SwigDerivedClassHasMethod("onIpChangeProgress", swigMethodTypes5))
     {
         pjsua2PINVOKE.Endpoint_onIpChangeProgressSwigExplicitEndpoint(swigCPtr, OnIpChangeProgressParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Endpoint_onIpChangeProgress(swigCPtr, OnIpChangeProgressParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnIpChangeProgressParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }