예제 #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();
 }
예제 #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);
 }
예제 #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);
 }