public interface DeviceDefinition
| Modifier and Type | Method and Description |
|---|---|
DeveloperDefinition |
getDeveloper()
Get the developer owning this device definition
|
int |
getId()
Get the definition ID (product ID)
|
String |
getLabel()
Get the label (more informative description / human readable description) of the
device / product.
|
String |
getName()
Get the name of the device or product
|
String |
getProduct()
Get the product description of the
device / product.
|
RegisterDefinition |
getRegister(int id)
Return the register definition for the register with the given ID.
|
List<RegisterDefinition> |
getRegisters()
Get the definitions for the registers defined in the device configuration.
|
boolean |
hasRegister(int id)
Check if the device definition contains a register definition for the given register ID.
|
boolean |
isPowerDownMode()
Get the power down mode of this device.
|
int getId()
DeveloperDefinition getDeveloper()
String getName()
String getLabel()
String getProduct()
boolean isPowerDownMode()
List<RegisterDefinition> getRegisters()
boolean hasRegister(int id)
id - The ID of the register requested.RegisterDefinition getRegister(int id)
id - The ID of the register requested.Copyright © 2015. All rights reserved.