From fa1e384eb7d5063b7f4d410f94a4fb186207f33c Mon Sep 17 00:00:00 2001 From: yedajiang44 <602830483@qq.com> Date: Fri, 7 May 2021 11:19:53 +0800 Subject: [PATCH] review --- src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs b/src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs index 1cad2fb..2380465 100644 --- a/src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs +++ b/src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs @@ -87,7 +87,7 @@ namespace JT808.Protocol.MessageBody.CarDVR JT808_CarDVR_Up_0x05 value = new JT808_CarDVR_Up_0x05(); value.Vin = reader.ReadASCII(17); value.VehicleNo = reader.ReadString(12); - value.VehicleType = reader.ReadString(10); + value.VehicleType = reader.ReadString(12); return value; } }