Ejemplo n.º 1
0
 /// <summary>
 /// Used to disable an instrument that iNet has marked as already being replaced,
 /// and should be returned to ISC.
 /// </summary>
 public void DisableReplacedInstrument()
 {
     FactoryDriver.beginConfiguration();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Used to disable an instrument that iNet has marked as already being replaced,
 /// and should be returned to ISC.
 /// </summary>
 public void DisableReplacedInstrument()
 {
     FactoryDriver.enableReturnToIsc(true);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Used to disable an instrument that iNet has marked as already being replaced,
 /// and should be returned to ISC.
 /// </summary>
 public void DisableReplacedInstrument()
 {
     FactoryDriver.setOperatingMode(OperatingMode.FactoryBirth);
 }