Package org.opentcs.drivers.peripherals
Schnittstelle PeripheralAdapterCommand
- Alle Superschnittstellen:
Serializable
A command a peripheral communication adapter may execute.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
execute
(PeripheralCommAdapter adapter) Executes the command.
-
Methodendetails
-
execute
Executes the command.- Parameter:
adapter
- The communication adapter to execute the command with.
-