cork.device
Interface Device
- All Known Subinterfaces:
- DeviceManager, I2CDevice, I2CSlave, Motor
- All Known Implementing Classes:
- AbstractDevice, MillisecondPWM, SRF04, GP2D15, I2CLineDriver, I2CBusMasterFactory
- public interface Device
All devices should implement this interface.
- Version:
- 0.1.1
- Author:
- Brill Pappin
Method Summary |
java.lang.String |
getDeviceDestription()
Gets the destription attribute of the Device object |
java.lang.String |
getDeviceName()
Gets the title attribute of the Device object |
getDeviceName
public java.lang.String getDeviceName()
- Gets the title attribute of the Device object
- Returns:
- The title value
- Since:
- 0.1.0
getDeviceDestription
public java.lang.String getDeviceDestription()
- Gets the destription attribute of the Device object
- Returns:
- The destription value
- Since:
- 0.1.0