HDL_ON/DAL/DriverLayer/Control.cs
@@ -261,6 +261,7 @@ /// </summary> public void OpenTcpClent() { return; if (myTcpClient == null) { myTcpClient = new Control_TcpClient(reportIp); @@ -1107,7 +1108,7 @@ Ins.IsLocalEncrypt = device.isLocalEncrypt; //MainPage.Log("网关本地加密状态:" + device.local_encrypt.ToString()); //登录网关Tcp OpenTcpClent(); //OpenTcpClent(); }