Esempio n. 1
0
        public bool addParam(ArConfigArg arg, string sectionName, ArPriority.Priority priority, string displayHint, ArConfigArg.RestartLevel restart)
        {
            bool ret = AriaCSPINVOKE.ArConfig_addParam__SWIG_0(swigCPtr, ArConfigArg.getCPtr(arg), sectionName, (int)priority, displayHint, (int)restart);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public bool removeArg(ArConfigArg arg)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_removeArg(swigCPtr, ArConfigArg.getCPtr(arg));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
        public bool setValue(ArConfigArg source)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_setValue__SWIG_1(swigCPtr, ArConfigArg.getCPtr(source));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public bool isValueEqual(ArConfigArg other)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_isValueEqual(swigCPtr, ArConfigArg.getCPtr(other));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public ArConfigArg findParam(SWIGTYPE_p_std__listT_std__string_t paramNamePath)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArConfigSection_findParam__SWIG_3(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(paramNamePath));
            ArConfigArg           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArConfigArg(cPtr, false);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 6
0
        public virtual bool getParameter(string paramName, ArConfigArg paramOut)
        {
            bool ret = AriaCSPINVOKE.ArCameraParameterSource_getParameter(swigCPtr, paramName, ArConfigArg.getCPtr(paramOut));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 7
0
 public ArConfigArg(ArConfigArg arg) : this(AriaCSPINVOKE.new_ArConfigArg__SWIG_39(ArConfigArg.getCPtr(arg)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 8
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArConfigArg obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }