From 312f9ece8d4a46d8989187730fc7f5c7fc36cfb5 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 12 七月 2024 15:20:52 +0800 Subject: [PATCH] Update SplashActivity.cs --- HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs index 24ad65d..6c6ad9b 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelSceneListPage.cs @@ -61,7 +61,7 @@ DriverLayer.Control.Ins.reportIp = device.ip_address; //DriverLayer.Control.ins.OpenTcpClent(); - DriverLayer.Control.Ins.myTcpClient.ReceiveEvent = ReceiveEvent; + //DriverLayer.Control.Ins.myTcpClient.ReceiveEvent = ReceiveEvent; contentView = new VerticalRefreshLayout() { @@ -180,7 +180,7 @@ var sendJson = JsonConvert.SerializeObject(sendingObject); var sendBytes = System.Text.Encoding.ASCII.GetBytes(sendJson); - DriverLayer.Control.Ins.myTcpClient.SendMessage(sendBytes); + //DriverLayer.Control.Ins.myTcpClient.SendMessage(sendBytes); } /// <summary> -- Gitblit v1.8.0