Class SupportedCapability

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

public class SupportedCapability extends PropertyValueObject
  • Constructor Details

    • SupportedCapability

      public SupportedCapability(Integer capabilityID, com.highmobility.value.Bytes supportedPropertyIDs)
    • SupportedCapability

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

    • getCapabilityID

      public Integer getCapabilityID()
      Returns:
      The identifier of the supported capability.
    • getSupportedPropertyIDs

      public com.highmobility.value.Bytes getSupportedPropertyIDs()
      Returns:
      Array of supported property identifiers.
    • getLength

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