Ejemplo n.º 1
0
 public void SetRange(int index, MipCommandParameters values)
 {
     msclPINVOKE.MipCommandParameters_SetRange(swigCPtr, index, MipCommandParameters.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void loadFactoryDefaultSettings(MipCommandParameters cmdParams)
 {
     msclPINVOKE.MipNode_loadFactoryDefaultSettings__SWIG_2(swigCPtr, MipCommandParameters.getCPtr(cmdParams));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void saveSettingsAsStartup(MipCommandParameters cmdParams)
 {
     msclPINVOKE.MipNode_saveSettingsAsStartup__SWIG_2(swigCPtr, MipCommandParameters.getCPtr(cmdParams));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public MipCommandParameters(MipCommandParameters other) : this(msclPINVOKE.new_MipCommandParameters__SWIG_1(MipCommandParameters.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }