Пример #1
0
 public MipCommandParameters(MipCommandParameters other) : this(msclPINVOKE.new_MipCommandParameters__SWIG_1(MipCommandParameters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public MipCommandParametersEnumerator(MipCommandParameters collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
 public void SetRange(int index, MipCommandParameters values)
 {
     msclPINVOKE.MipCommandParameters_SetRange(swigCPtr, index, MipCommandParameters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 public void loadFactoryDefaultSettings(MipCommandParameters cmdParams)
 {
     msclPINVOKE.MipNode_loadFactoryDefaultSettings__SWIG_2(swigCPtr, MipCommandParameters.getCPtr(cmdParams));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
 public void saveSettingsAsStartup(MipCommandParameters cmdParams)
 {
     msclPINVOKE.MipNode_saveSettingsAsStartup__SWIG_2(swigCPtr, MipCommandParameters.getCPtr(cmdParams));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #6
0
        public static MipCommandParameters Repeat(MipCommandParamPair value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipCommandParameters_Repeat(MipCommandParamPair.getCPtr(value), count);
            MipCommandParameters  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipCommandParameters(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #7
0
        public MipCommandParameters GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipCommandParameters_GetRange(swigCPtr, index, count);
            MipCommandParameters  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipCommandParameters(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #8
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MipCommandParameters obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }