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

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