Package | Description |
---|---|
org.osgi.service.dal |
Device Abstraction Layer Package Version 1.0.
|
org.osgi.service.dal.functions |
Device Abstraction Layer Functions Package 1.0.
|
Modifier and Type | Method and Description |
---|---|
void |
Device.remove()
Removes this device.
|
Modifier and Type | Method and Description |
---|---|
LevelData |
Meter.getCurrent()
Returns the current metering info.
|
LevelData |
MultiLevelControl.getData()
Returns
MultiLevelControl level. |
BooleanData |
BooleanSensor.getData()
Returns the
BooleanSensor current state. |
BooleanData |
BooleanControl.getData()
Returns the current state of
BooleanControl . |
LevelData |
MultiLevelSensor.getData()
Returns the
MultiLevelSensor current state. |
LevelData |
Meter.getTotal()
Returns the total metering info.
|
LevelData |
WakeUp.getWakeUpInterval()
Returns the current wake up interval.
|
void |
BooleanControl.inverse()
Reverses the
BooleanControl state. |
void |
MultiLevelControl.setData(BigDecimal level,
String unit)
Sets
MultiLevelControl level according to the specified unit. |
void |
BooleanControl.setData(boolean data)
Sets the
BooleanControl state to the specified value. |
void |
BooleanControl.setFalse()
Sets the
BooleanControl state to false value. |
void |
BooleanControl.setTrue()
Sets the
BooleanControl state to true value. |
void |
WakeUp.setWakeUpInterval(BigDecimal interval,
String unit)
Sets wake up interval according to the specified unit.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0