コード例 #1
0
 public ThreadMgr(DeviceForm deviceForm)
 {
     rspDataIn = new RspDataInThread(deviceForm);
     txDataOut = new TxDataOutThread();
     rxDataIn  = new RxDataInThread(deviceForm);
     rxTxMgr   = new RxTxMgrThread();
 }
コード例 #2
0
ファイル: ThreadMgr.cs プロジェクト: x893/BTool
 public ThreadMgr(DeviceForm deviceForm)
 {
     rspDataIn = new RspDataInThread(deviceForm);
     txDataOut = new TxDataOutThread();
     rxDataIn = new RxDataInThread(deviceForm);
     rxTxMgr = new RxTxMgrThread();
 }