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.FunctionDataFunctionEvent. getFunctionPropertyValue()Returns the property value.FunctionDataPropertyMetadata. getMaxValue(java.lang.String unit)Returns the property maximum value according to the specified unit.FunctionDataPropertyMetadata. getMinValue(java.lang.String unit)Returns the property minimum value according to the specified unit.FunctionDataPropertyMetadata. 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 classAlarmDataFunction alarm data.classBooleanDataFunction boolean data wrapper.classKeypadDataRepresents a keypad event data that is collected when a change with some key from the keypad has occurred.classLevelDataFunction level data wrapper.
-