X13.Periphery.MsDevice.MsGSerial.MsGSerial C# (CSharp) Method

MsGSerial() static private method

static private MsGSerial ( ) : System
return System
      static MsGSerial() {
        _startScan=new AutoResetEvent(false);
        _scanBusy=0;
        ThreadPool.RegisterWaitForSingleObject(_startScan, ScanPorts, null, 45000, false);
      }

Same methods

MsDevice.MsGSerial::MsGSerial ( SerialPort port ) : System