wxr
2020-09-30 ea318e20d9a513bfae81a9203cef4bca0fc23c2c
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