Beispiel #1
0
        public virtual int OnDialogEvent(DialogEvent e)
        {
            int ret = (SwigDerivedClassHasMethod("OnDialogEvent", swigMethodTypes0) ? tinyWRAPPINVOKE.SipCallback_OnDialogEventSwigExplicitSipCallback(swigCPtr, DialogEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnDialogEvent(swigCPtr, DialogEvent.getCPtr(e)));

            return(ret);
        }
Beispiel #2
0
 public virtual int OnDialogEvent(DialogEvent e)
 {
     return(this.SwigDerivedClassHasMethod("OnDialogEvent", SipCallback.swigMethodTypes0) ? tinyWRAPPINVOKE.SipCallback_OnDialogEventSwigExplicitSipCallback(this.swigCPtr, DialogEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnDialogEvent(this.swigCPtr, DialogEvent.getCPtr(e)));
 }
Beispiel #3
0
        public virtual int OnDialogEvent(DialogEvent e)
        {
            int ret = ((this.GetType() == typeof(SipCallback)) ? tinyWRAPPINVOKE.SipCallback_OnDialogEvent(swigCPtr, DialogEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnDialogEventSwigExplicitSipCallback(swigCPtr, DialogEvent.getCPtr(e)));

            return(ret);
        }