HDL_ON/DAL/DriverLayer/UdpSocket.cs
@@ -1,9 +1,8 @@ using System; using System.Net.Sockets; using System.Net; using Newtonsoft.Json.Linq; namespace HDL_ON namespace HDL_ON.DriverLayer { public class UdpSocket { @@ -123,7 +122,7 @@ //mqtt连接数据读取 A协议网络设备信息读取回复 处理 if (((IPEndPoint)packet.RemoteEndPoint).Port == 8585) { Common.A_Protocal_Common.apc.ConvertReceiveData(bytes); DriverLayer.A_Protocal_Common.apc.ConvertReceiveData(bytes); } else if(((IPEndPoint)packet.RemoteEndPoint).Port == 6000)//处理bus 6000端口的数据 {