public interface HardwareDevice
Modifier and Type | Interface and Description |
---|---|
static class |
HardwareDevice.Manufacturer |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this device
|
java.lang.String |
getConnectionInfo()
Get connection information about this device in a human readable format
|
java.lang.String |
getDeviceName()
Returns a string suitable for display to the user as to the type of device.
|
HardwareDevice.Manufacturer |
getManufacturer()
Returns an indication of the manufacturer of this device.
|
int |
getVersion()
Version
|
void |
resetDeviceConfigurationForOpMode()
Resets the device's configuration to that which is expected at the beginning of an OpMode.
|
HardwareDevice.Manufacturer getManufacturer()
java.lang.String getDeviceName()
java.lang.String getConnectionInfo()
int getVersion()
void resetDeviceConfigurationForOpMode()
void close()