File was renamed from HH.WCS.Mobox3/HH.WCS.Mobox3.EmersonWCS/process/DeviceProcess.cs |
| | |
| | | using HH.WCS.EmersonWcs.device; |
| | | using HH.WCS.EmersonWcs.dispatch; |
| | | using HH.WCS.EmersonWcs.util; |
| | | using HH.WCS.EmersonWcs.wms; |
| | | using HH.WCS.Emerson.device; |
| | | using HH.WCS.Emerson.dispatch; |
| | | using HH.WCS.Emerson.util; |
| | | using HH.WCS.Emerson.wms; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Security.Policy; |
| | | using System.Threading; |
| | | |
| | | namespace HH.WCS.EmersonWcs.process |
| | | namespace HH.WCS.Emerson.process |
| | | { |
| | | /// <summary> |
| | | /// 设备信号处理,主要是tcp信号,我们做server被动接收信号来处理,根据项目定制的 |