Ver a proveniência

review

tags/v2.4.0
yedajiang44 há 4 anos
ascendente
cometimento
fa1e384eb7
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

@@ -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;
}
}


Carregando…
Cancelar
Guardar