Example #1
0
        public static SWIGTYPE_p_ArRetFunctorT_unsigned_long_t getProgramUptimeFunctor()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArSystemStatus_getProgramUptimeFunctor();
            SWIGTYPE_p_ArRetFunctorT_unsigned_long_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_ArRetFunctorT_unsigned_long_t(cPtr, false);

            return(ret);
        }
Example #2
0
        public bool addStringUnsignedLong(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_unsigned_long_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringUnsignedLong__SWIG_2(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_unsigned_long_t.getCPtr(functor));

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_unsigned_long_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void unsignedLongWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_unsigned_long_t functor, string format, uint navalue)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_unsignedLongWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_unsigned_long_t.getCPtr(functor), format, navalue);
 }