Schnittstelle PeripheralAdapterCommand

Alle Superschnittstellen:
Serializable

public interface PeripheralAdapterCommand extends Serializable
A command a peripheral communication adapter may execute.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Executes the command.
  • Methodendetails

    • execute

      void execute(@Nonnull PeripheralCommAdapter adapter)
      Executes the command.
      Parameter:
      adapter - The communication adapter to execute the command with.