public MipCommands(MipCommands other) : this(msclPINVOKE.new_MipCommands__SWIG_1(MipCommands.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public MipCommandsEnumerator(MipCommands collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void saveSettingsAsStartup(MipCommands cmdIds) { msclPINVOKE.MipNode_saveSettingsAsStartup__SWIG_0(swigCPtr, MipCommands.getCPtr(cmdIds)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, MipCommands values) { msclPINVOKE.MipCommands_SetRange(swigCPtr, index, MipCommands.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void AddRange(MipCommands values) { msclPINVOKE.MipCommands_AddRange(swigCPtr, MipCommands.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void loadFactoryDefaultSettings(MipCommands cmdIds) { msclPINVOKE.MipNode_loadFactoryDefaultSettings__SWIG_1(swigCPtr, MipCommands.getCPtr(cmdIds)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public MipCommands supportedCommands() { MipCommands ret = new MipCommands(msclPINVOKE.MipNodeFeatures_supportedCommands(swigCPtr), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }
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); }
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); }