Class MedibusSlowParser

java.lang.Object
com.framed.core.Service
com.framed.io.parser.Parser<byte[]>
com.framed.communicator.driver.parser.medibus.MedibusSlowParser

public class MedibusSlowParser extends Parser<byte[]>
  • Constructor Details

    • MedibusSlowParser

      public MedibusSlowParser(EventBus eventBus, org.json.JSONArray devices)
  • Method Details

    • parse

      public void parse(byte[] message, String deviceName)
      Description copied from class: Parser
      Parses a raw input message and publishes the resulting events on the event bus.
      Specified by:
      parse in class Parser<byte[]>
      Parameters:
      message - the raw input to parse
      deviceName - the identifier of the device the message originated from