X13.Periphery.MsDevice.MsGSerial.MsGSerial C# (CSharp) 메소드

MsGSerial() 정적인 개인적인 메소드

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

Same methods

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