Package | Description |
---|---|
org.osgi.service.dal |
Device Abstraction Layer Package Version 1.0.
|
org.osgi.service.dal.functions.data |
Device Abstraction Layer Functions Data Package 1.0.
|
Modifier and Type | Method and Description |
---|---|
FunctionData[] |
PropertyMetadata.getEnumValues(String unit)
Returns the property possible values according to the specified unit.
|
FunctionData |
FunctionEvent.getFunctionPropertyValue()
Returns the property value.
|
FunctionData |
PropertyMetadata.getMaxValue(String unit)
Returns the property maximum value according to the specified unit.
|
FunctionData |
PropertyMetadata.getMinValue(String unit)
Returns the property minimum value according to the specified unit.
|
FunctionData |
PropertyMetadata.getStep(String unit)
Returns the difference between two values in series.
|
Constructor and Description |
---|
FunctionEvent(String topic,
String functionUID,
String propName,
FunctionData propValue)
Constructs a new event with the specified topic, function UID, property
name and property value.
|
Modifier and Type | Class and Description |
---|---|
class |
AlarmData
Function alarm data.
|
class |
BooleanData
Function boolean data wrapper.
|
class |
KeypadData
Represents a keypad event data that is collected when a change with some key
from the keypad has occurred.
|
class |
LevelData
Function level data wrapper.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0