Exemple #1
0
 public OdometerShort(byte[] value)
 {
     odometerShort = ConvertionClass.convertIntoUnsigned3ByteInt(value);
 }