wxr
2023-07-13 de255fa314823290a833c10d30424e42e91f56f0
HDL_ON/DAL/DriverLayer/UdpSocket.cs
@@ -77,6 +77,7 @@
         }
         catch { }
         busSocket = null;
            HDL_ON.DriverLayer.Control.Ins.GatewayOnline_Cloud = HDL_ON.DriverLayer.Control.Ins.GatewayOnline_Local = false;
            MainPage.Log("Socket关闭");
      }
@@ -140,7 +141,6 @@
            //mqtt连接数据读取  A协议网络设备信息读取回复 处理
            if (((IPEndPoint)packet.RemoteEndPoint).Port == 8585)
            {
               MainPage.Log($"局域网udp信息");
               Control.Ins.ConvertReceiveData(bytes, ((IPEndPoint)packet.RemoteEndPoint).Address.ToString());
            }
            else if (((IPEndPoint)packet.RemoteEndPoint).Port == 6000)//处理bus 6000端口的数据