示例#1
0
 public virtual void onMwiInfo(OnMwiInfoParam prm)
 {
     pjsua2PINVOKE.Account_onMwiInfo(swigCPtr, OnMwiInfoParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public virtual void onMwiInfo(OnMwiInfoParam prm)
 {
     if (SwigDerivedClassHasMethod("onMwiInfo", swigMethodTypes7))
     {
         pjsua2PINVOKE.Account_onMwiInfoSwigExplicitAccount(swigCPtr, OnMwiInfoParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Account_onMwiInfo(swigCPtr, OnMwiInfoParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 /// <summary>
 /// Notification about MWI (Message Waiting Indication) status change.
 /// </summary>
 /// <param name="sender">The current sender.</param>
 /// <param name="e">The event parameter.</param>
 private void _account_OnMwiInfo(object sender, OnMwiInfoParam e)
 {
     OnMwiInfo?.Invoke(this, e);
 }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnMwiInfoParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#5
0
 public virtual void onMwiInfo(OnMwiInfoParam prm)
 {
     if (SwigDerivedClassHasMethod("onMwiInfo", swigMethodTypes7)) pjsua2PINVOKE.Account_onMwiInfoSwigExplicitAccount(swigCPtr, OnMwiInfoParam.getCPtr(prm)); else pjsua2PINVOKE.Account_onMwiInfo(swigCPtr, OnMwiInfoParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }
示例#6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnMwiInfoParam obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }