ZigbeeApp/Shared/Phone/ZigBee/Common/Application.csold mode 100644 new mode 100755
@@ -7,6 +7,7 @@ using Shared.Common; using ZigBee.Device; namespace ZigBee.Common { public static class Application @@ -392,7 +393,7 @@ { busSocket.BeginSendTo(bytes, 0, bytes.Length, SocketFlags.None, iPEndPoint, new AsyncCallback(asyncEndSend), null); } } catch (Exception ex) { @@ -414,7 +415,7 @@ { int bytesSent = busSocket.EndSendTo(iar); } catch(Exception ex) catch(Exception ex) { //调试用 if (Shared.Phone.UserCenter.UserCenterResourse.HideOption.WriteSocketReceiveDataToFile == 1)