java.lang.Object
org.opentcs.drivers.peripherals.PeripheralCommAdapterDescription
- All Implemented Interfaces:
Serializable
public abstract class PeripheralCommAdapterDescription
extends Object
implements Serializable
Provides the description for a peripheral communication adapter.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Returns the description for a peripheral communication adapter.
int
-
Constructor Details
-
PeripheralCommAdapterDescription
public PeripheralCommAdapterDescription()
-
Method Details
-
getDescription
@Nonnull
public abstract String getDescription()
Returns the description for a peripheral communication adapter.
- Returns:
- The description for a peripheral communication adapter.
-
-