xm
2020-07-20 b02e8275a21dc06bf54b66273485d44e007a2616
ZigbeeApp/Shared/Phone/ZigBee/Common/Application.cs
old 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)