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)
|
{
|
|
}
|
}
|
}
|