public interface DeviceControlUnit extends ControlUnit
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DYNAMIC_MTP_STATE_VARIABLE
This constant defines state variable name to be used for defining
dynamic metatype of the control unit instance, this state variable belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
ControlUnitID |
getControlUnitID()
Returns the control unit identification.
|
long |
getStateVariableTimestamp(java.lang.String stateVariableID)
Returns the value of a specified state variable timestamp.
|
getId, getType, invokeAction, queryStateVariablestatic final java.lang.String DYNAMIC_MTP_STATE_VARIABLE
ControlUnitID getControlUnitID()
long getStateVariableTimestamp(java.lang.String stateVariableID)
stateVariableID - the id of the variablejava.lang.IllegalArgumentException - if this control unit does not have
a state variable with the given idCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.