Exemplo n.º 1
0
        public ArRetFunctor_UnsignedInt getWarningTimeCB()
        {
            global::System.IntPtr    cPtr = AriaCSPINVOKE.ArSyncTask_getWarningTimeCB(swigCPtr);
            ArRetFunctor_UnsignedInt ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArRetFunctor_UnsignedInt(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArRetFunctor_UnsignedInt obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 public void setWarningTimeCB(ArRetFunctor_UnsignedInt functor)
 {
     AriaCSPINVOKE.ArSyncTask_setWarningTimeCB(swigCPtr, ArRetFunctor_UnsignedInt.getCPtr(functor));
 }