wxr
2020-09-29 51cb254cbd616e84b7a466b195eb43ab097c3897
HDL_ON/DriverLayer/Control_Bus.cs
@@ -37,7 +37,7 @@
                AddData = gatewayBytes,
            }, sendCount, false);
        }
        //获取A协议网关IP
        public static byte[] ReadGatewayIPAddress()
        {
            Control control = new Control();
@@ -177,7 +177,6 @@
        {
            if (((System.Net.IPEndPoint)remoteEndPoint).Port == 6688)
            {
                for (int i = 0; i < controlList.Count; i++)
                {
                    try