Example #1
0
        public virtual int OnInfoEvent(InfoEvent e)
        {
            int ret = (SwigDerivedClassHasMethod("OnInfoEvent", swigMethodTypes4) ? tinyWRAPPINVOKE.SipCallback_OnInfoEventSwigExplicitSipCallback(swigCPtr, InfoEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnInfoEvent(swigCPtr, InfoEvent.getCPtr(e)));

            return(ret);
        }
Example #2
0
 public virtual int OnInfoEvent(InfoEvent e)
 {
     return(this.SwigDerivedClassHasMethod("OnInfoEvent", SipCallback.swigMethodTypes4) ? tinyWRAPPINVOKE.SipCallback_OnInfoEventSwigExplicitSipCallback(this.swigCPtr, InfoEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnInfoEvent(this.swigCPtr, InfoEvent.getCPtr(e)));
 }
Example #3
0
        public virtual int OnInfoEvent(InfoEvent e)
        {
            int ret = ((this.GetType() == typeof(SipCallback)) ? tinyWRAPPINVOKE.SipCallback_OnInfoEvent(swigCPtr, InfoEvent.getCPtr(e)) : tinyWRAPPINVOKE.SipCallback_OnInfoEventSwigExplicitSipCallback(swigCPtr, InfoEvent.getCPtr(e)));

            return(ret);
        }