Class HmkitVersion

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

public class HmkitVersion extends PropertyValueObject
  • Field Details

  • Constructor Details

  • Method Details

    • getMajor

      public Integer getMajor()
      Returns:
      HMKit version major number.
    • getMinor

      public Integer getMinor()
      Returns:
      HMKit version minor number.
    • getPatch

      public Integer getPatch()
      Returns:
      HMKit version patch number.
    • getLength

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