Esempio n. 1
0
        public SipSession getBaseSession()
        {
            IntPtr     cPtr = tinyWRAPPINVOKE.SipEvent_getBaseSession(swigCPtr);
            SipSession ret  = (cPtr == IntPtr.Zero) ? null : new SipSession(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static HandleRef getCPtr(SipSession obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(SipSession obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }