public interface RobotConfigNameable extends HardwareDevice
RobotConfigNameable
provides access to the name by which a device has been configured
within a robot configurationHardwareDevice.Manufacturer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserConfiguredName()
Returns the human-recognizable name of this device, if same has been set.
|
void |
setUserConfiguredName(java.lang.String name)
Informs the device of a name by which it would be recognized by the user.
|
close, getConnectionInfo, getDeviceName, getManufacturer, getVersion, resetDeviceConfigurationForOpMode
void setUserConfiguredName(java.lang.String name)
java.lang.String getUserConfiguredName()
setUserConfiguredName(String)