Exemple #1
0
        public static ArRetFunctor_Double getUptimeHoursFunctor()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArSystemStatus_getUptimeHoursFunctor();
            ArRetFunctor_Double   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArRetFunctor_Double(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public bool addStringDouble(string name, ushort maxLen, ArRetFunctor_Double functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringDouble__SWIG_1(swigCPtr, name, maxLen, ArRetFunctor_Double.getCPtr(functor));

            return(ret);
        }
 public static void doubleWrapper(string buffer, ushort bufferLen, ArRetFunctor_Double functor, string format)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_doubleWrapper(buffer, bufferLen, ArRetFunctor_Double.getCPtr(functor), format);
 }