From ea318e20d9a513bfae81a9203cef4bca0fc23c2c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 30 九月 2020 11:01:15 +0800 Subject: [PATCH] 202009301 --- HDL_ON/DriverLayer/Control_Bus.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DriverLayer/Control_Bus.cs b/HDL_ON/DriverLayer/Control_Bus.cs index 1705908..cc437dc 100644 --- a/HDL_ON/DriverLayer/Control_Bus.cs +++ b/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 -- Gitblit v1.8.0