Ejemplo n.º 1
0
        public InviteSession getSession()
        {
            IntPtr        cPtr = tinyWRAPPINVOKE.InviteEvent_getSession(swigCPtr);
            InviteSession ret  = (cPtr == IntPtr.Zero) ? null : new InviteSession(cPtr, false);

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