Uses of Class
org.osgi.service.dal.DeviceException
Package
Description
Device Abstraction Layer Package Version 1.0.
Device Abstraction Layer Functions Package 1.0.
-
Uses of DeviceException in org.osgi.service.dal
-
Uses of DeviceException in org.osgi.service.dal.functions
Modifier and TypeMethodDescriptionMeter.getCurrent()
Returns the current metering info.BooleanControl.getData()
Returns the current state ofBooleanControl
.BooleanSensor.getData()
Returns theBooleanSensor
current state.MultiLevelControl.getData()
ReturnsMultiLevelControl
level.MultiLevelSensor.getData()
Returns theMultiLevelSensor
current state.Meter.getTotal()
Returns the total metering info.WakeUp.getWakeUpInterval()
Returns the current wake up interval.void
BooleanControl.inverse()
Reverses theBooleanControl
state.void
BooleanControl.setData
(boolean data) Sets theBooleanControl
state to the specified value.void
MultiLevelControl.setData
(BigDecimal level, String unit) SetsMultiLevelControl
level according to the specified unit.void
BooleanControl.setFalse()
Sets theBooleanControl
state tofalse
value.void
BooleanControl.setTrue()
Sets theBooleanControl
state totrue
value.void
WakeUp.setWakeUpInterval
(BigDecimal interval, String unit) Sets wake up interval according to the specified unit.