public interface HardwareDevice
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this device
|
java.lang.String |
getConnectionInfo()
Get connection information about this device in a human readable format
|
java.lang.String |
getDeviceName()
Device Name
|
int |
getVersion()
Version
|
java.lang.String getDeviceName()
java.lang.String getConnectionInfo()
int getVersion()
void close()