Class VehicleStatus.State

All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
VehicleStatus

public static class VehicleStatus.State extends SetCommand
The vehicle status state
  • Method Details

    • getStates

      public List<Property<Command>> getStates()
      Returns:
      The states
    • getState

      @Nullable public Property<Command> getState(Integer identifier)
      Parameters:
      identifier - The identifier of the command.
      Returns:
      The state for the given Command identifier, if exists.