ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
@@ -333,7 +333,7 @@ public static class FindGateWaySocket { //本地Socket public static System.Net.Sockets.Socket busSocket; public static Socket busSocket; /// <summary> /// 启动Socket接收和发送功能 @@ -379,7 +379,7 @@ { get { return null == busSocket ? false : true; return busSocket == null ? false : true; } }