ソースを参照

review

tags/v2.4.0
yedajiang44 4年前
コミット
fa1e384eb7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/JT808.Protocol/MessageBody/CarDVR/JT808_CarDVR_Up_0x05.cs

+ 1
- 1
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;
}
}


読み込み中…
キャンセル
保存