public interface DeviceIdentity extends Facet
Facet
that provides read-only information about a device's identity.Modifier and Type | Method and Description |
---|---|
String |
getContact()
Returns the contact for this device.
|
String |
getDescription()
Returns the description of this device.
|
String |
getDriverFirmwareVersion()
Returns the firmware version of the device driver
(which is distinct from the version reported by the device via
getFirmwareVersion() ). |
String |
getFamily()
Returns the product family of the device.
|
String |
getFirmwareVersion()
Returns the firmware version of the device.
|
IpAddress |
getIpAddress()
Get the IP address of the device.
|
String |
getLocation()
Returns the location of this device.
|
String |
getModelNumber()
Returns the model number of the device.
|
String |
getName()
Returns the name of this device.
|
String |
getProductNumber()
Returns the product number of the device.
|
String |
getSerialNumber()
Returns the serial number of the device.
|
String |
getUniqueId()
Gets the globally unique device ID generated via
DeviceIdentityHandler.generateUniqueId() . |
String |
getVendor()
Returns the name of the vendor of the device.
|
getContext, getTypeName
String getUniqueId()
DeviceIdentityHandler.generateUniqueId()
.String getVendor()
String getFamily()
String getProductNumber()
String getModelNumber()
String getSerialNumber()
String getDriverFirmwareVersion()
getFirmwareVersion()
).
Usually these will be the same, but there may be cases where a firmware version is
reported by the device for which we don't have a device driver. In these cases the
driver with the closest matching firmware version will be used.String getFirmwareVersion()
String getName()
String getDescription()
String getLocation()
String getContact()
IpAddress getIpAddress()
Copyright © 2015. All Rights Reserved.