Interface PeripheralAdapterCommand

All Superinterfaces:
Serializable

public interface PeripheralAdapterCommand extends Serializable
A command a peripheral communication adapter may execute.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the command.
  • Method Details

    • execute

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