Socket/IStation.DataDockingSocket4NT/MsgHandle/MonitorMsgHelper.cs
@@ -74,7 +74,7 @@ /// 读取消息(监控值) /// </summary> /// <param name="byteMessage"></param> public static List<Model.MonitorDataDockingReceiveRecord> ReadMessage监控值(byte[] byteMessage) public static List<Model.MonitorDataDockingReceiveRecord> HandleReceive(byte[] byteMessage) { var list = new List<Model.MonitorDataDockingReceiveRecord>(); byte start = 0x1A;