Class SensorEvent
- java.lang.Object
-
- berlin.yuna.tinkerforgesensor.model.SensorEvent
-
public class SensorEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description SensorEvent(Sensor sensor, Number value, ValueType valueType)SensorEvent(Sensor sensor, List<Number> values, ValueType valueType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainsTypecontainsValueType()SensorgetSensor()ValueTypegetType()LonggetValue()List<Number>getValues()IsSensorisSensor()IsTypeisType()static StringtoKey(Number number)StringtoString()
-