Package io.heraldprox.herald.sensor
Interface Sensor
-
- All Known Subinterfaces:
BLEReceiver
,BLESensor
,BLETransmitter
,InertiaSensor
- All Known Implementing Classes:
ConcreteBLEReceiver
,ConcreteBLESensor
,ConcreteBLETransmitter
,ConcreteInertiaSensor
,SensorArray
public interface Sensor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(SensorDelegate delegate)
void
start()
void
stop()
-
-
-
Method Detail
-
add
void add(@NonNull SensorDelegate delegate)
-
start
void start()
-
stop
void stop()
-
-