Пример #1
0
 public MipCommands(MipCommands other) : this(msclPINVOKE.new_MipCommands__SWIG_1(MipCommands.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public MipCommandsEnumerator(MipCommands collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #3
0
 public void saveSettingsAsStartup(MipCommands cmdIds)
 {
     msclPINVOKE.MipNode_saveSettingsAsStartup__SWIG_0(swigCPtr, MipCommands.getCPtr(cmdIds));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 public void SetRange(int index, MipCommands values)
 {
     msclPINVOKE.MipCommands_SetRange(swigCPtr, index, MipCommands.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
 public void AddRange(MipCommands values)
 {
     msclPINVOKE.MipCommands_AddRange(swigCPtr, MipCommands.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #6
0
 public void loadFactoryDefaultSettings(MipCommands cmdIds)
 {
     msclPINVOKE.MipNode_loadFactoryDefaultSettings__SWIG_1(swigCPtr, MipCommands.getCPtr(cmdIds));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #7
0
        public MipCommands supportedCommands()
        {
            MipCommands ret = new MipCommands(msclPINVOKE.MipNodeFeatures_supportedCommands(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #8
0
        public static MipCommands Repeat(MipTypes.Command value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipCommands_Repeat((int)value, count);
            MipCommands           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipCommands(cPtr, true);

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

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