wxr
2020-11-24 33470790ac0069c7734fb1a5b8b07350950c6dfe
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
File was renamed from HDL_ON/Common/A_Protocol_Common.cs
@@ -44,8 +44,10 @@
        /// 转换接收到的数据
        /// </summary>
        /// <returns></returns>
        public string[] ConvertReceiveData(byte[] bytes)
        public string ConvertReceiveData(byte[] bytes)
        {
            string receiveString = "";
            string topic = "";
            int lenght = 0;
@@ -81,7 +83,9 @@
                        }
                        break;
                }
            }
            return receiveString;
        }
    }
    /// <summary>