|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeviceSignature
Signature used for recognize a device.
Each device is identified by:
Method Summary | |
---|---|
String |
getBus()
Returns the bus name where the device is connected. |
String |
getProductDescription()
Returns the product description of device. |
String |
getProductId()
Returns an unique identifier identifying the device product. |
String |
getProductVersion()
Returns the product version of device. |
Map<String,Object> |
getProperties()
Returns the map containing all properties of the device. |
String |
getSerialNumber()
Returns the serial number of device or other data identifying the devices of the same product. |
Method Detail |
---|
String getBus()
This can be:
String getProductId()
String getProductDescription()
String getProductVersion()
String getSerialNumber()
Map<String,Object> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |