Interface BridgeMbus

All Known Implementing Classes:
BridgeMbusImpl

public interface BridgeMbus
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTask(String sourceId, MbusTask task)
    Add a Task.
    org.openmuc.jmbus.MBusConnection
    Get the MBusConnection.
    void
    removeTask(String sourceId)
    Remove the task with the given Source-ID.
  • Method Details

    • addTask

      void addTask(String sourceId, MbusTask task)
      Add a Task.
      Parameters:
      sourceId - the Source-ID
      task - the MbusTask
    • getmBusConnection

      org.openmuc.jmbus.MBusConnection getmBusConnection()
      Get the MBusConnection.
      Returns:
      the MBusConnection
    • removeTask

      void removeTask(String sourceId)
      Remove the task with the given Source-ID.
      Parameters:
      sourceId - the Source-ID