Class TireTemperature

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Byte>
com.highmobility.value.Bytes
com.highmobility.autoapi.property.PropertyValueObject
com.highmobility.autoapi.value.TireTemperature
All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>

public class TireTemperature extends PropertyValueObject
  • Field Details

  • Constructor Details

    • TireTemperature

      public TireTemperature(LocationWheel location, com.highmobility.autoapi.value.measurement.Temperature temperature)
    • TireTemperature

      public TireTemperature(com.highmobility.value.Bytes valueBytes) throws CommandParseException
      Throws:
      CommandParseException
  • Method Details

    • getLocation

      public LocationWheel getLocation()
      Returns:
      The location.
    • getTemperature

      public com.highmobility.autoapi.value.measurement.Temperature getTemperature()
      Returns:
      Tire temperature.
    • getLength

      public int getLength()
      Overrides:
      getLength in class com.highmobility.value.Bytes