public class MedibusSlowParser
extends Parser<byte[]>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class com.framed.core.Service
stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MedibusSlowParser
public MedibusSlowParser(EventBus eventBus,
org.json.JSONArray devices)
-
Method Details
-
parse
public void parse(byte[] message,
String deviceName)
- Specified by:
parse in class Parser<byte[]>