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>