Package io.openems.edge.bridge.mbus.api
Interface BridgeMbus
-
- All Known Implementing Classes:
BridgeMbusImpl
public interface BridgeMbus
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BridgeMbus.ChannelId
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addTask(java.lang.String sourceId, MbusTask task)
Add a Task.org.openmuc.jmbus.MBusConnection
getmBusConnection()
Get theMBusConnection
.void
removeTask(java.lang.String sourceId)
Remove the task with the given Source-ID.
-
-
-
Method Detail
-
addTask
void addTask(java.lang.String sourceId, MbusTask task)
Add a Task.- Parameters:
sourceId
- the Source-IDtask
- theMbusTask
-
getmBusConnection
org.openmuc.jmbus.MBusConnection getmBusConnection()
Get theMBusConnection
.- Returns:
- the
MBusConnection
-
removeTask
void removeTask(java.lang.String sourceId)
Remove the task with the given Source-ID.- Parameters:
sourceId
- the Source-ID
-
-