Uses of Class
org.osgi.service.dal.FunctionData
-
Packages that use FunctionData 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. -
-
Uses of FunctionData in org.osgi.service.dal
Methods in org.osgi.service.dal that return FunctionData Modifier and Type Method Description FunctionData[]
PropertyMetadata. getEnumValues(java.lang.String unit)
Returns the property possible values according to the specified unit.FunctionData
FunctionEvent. getFunctionPropertyValue()
Returns the property value.FunctionData
PropertyMetadata. getMaxValue(java.lang.String unit)
Returns the property maximum value according to the specified unit.FunctionData
PropertyMetadata. getMinValue(java.lang.String unit)
Returns the property minimum value according to the specified unit.FunctionData
PropertyMetadata. getStep(java.lang.String unit)
Returns the difference between two values in series.Constructors in org.osgi.service.dal with parameters of type FunctionData Constructor Description FunctionEvent(java.lang.String topic, java.lang.String functionUID, java.lang.String propName, FunctionData propValue)
Constructs a new event with the specified topic, function UID, property name and property value. -
Uses of FunctionData in org.osgi.service.dal.functions.data
Subclasses of FunctionData in org.osgi.service.dal.functions.data Modifier and Type Class 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.
-