1
zxx
2025-07-04 32a9985c4a3a326d4c30432374247cca5e172c93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
using HH.WCS.XiaoMi.api;
using HH.WCS.XiaoMi.device;
using HH.WCS.XiaoMi.dispatch;
using HH.WCS.XiaoMi.util;
using HH.WCS.XiaoMi.wms;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using static HH.WCS.XiaoMi.LISTA.process.HttpModel;
using static HH.WCS.XiaoMi.util.Settings;
 
namespace HH.WCS.XiaoMi.process
{
    /// <summary>
    /// 设备信号处理,主要是tcp信号,我们做server被动接收信号来处理,根据项目定制的
    /// </summary>
    internal class DeviceProcess
    {
        public static string rgvSafeInteraction = null;
        internal static void Analysis(string data, string ip)
        {
            
        }
 
 
 
        internal static void Traffic(string forkliftNo, string lockNo, bool v)
        {
 
        }
    }
}