xm
2020-07-21 9a4b76398009cf76c508d61f7e48fb6f5cb7ac2d
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)