tangxu
2022-10-27 7e7e1c9dd1c39b2c38b0a758f3cc9faa0921b808
Socket/IStation.DataDockingSocket4NT/MsgHandle/MonitorMsgHelper.cs
@@ -15,11 +15,11 @@
    internal class MonitorMsgHelper
    {
        /// <summary>
        /// 是否是当前MSG
        /// 是否是当前MSG,表示需要处理
        /// </summary>
        /// <param name="byteMessage"></param>
        /// <returns></returns>
        public static bool IsCurrentMsg(byte[] byteMessage)
        public static bool IsNeedHandle(byte[] byteMessage)
        {
            if (byteMessage[0] == 0x01 && byteMessage[1] == 0x03 && byteMessage[2] == 0x42)
            {