Example #1
0
 public void Stop()
 {
     this.PerformSelector(new Selector("StopPortMonitor:"), this, this, true);
     PortNotifier = null;
     this.Cancel();
 }
Example #2
0
 public PortNotifierThread(SerialPortNotifier portNotifier)
 {
     PortNotifier = portNotifier;
 }