Interface ModbusTcpApiReadWrite
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
ModbusTcpApiReadWriteImpl
public interface ModbusTcpApiReadWrite extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ModbusTcpApiReadWrite.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringReadChannel
getApiWorkerLogChannel()
Gets the Channel forModbusTcpApiReadWrite.ChannelId.API_WORKER_LOG
.-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
getApiWorkerLogChannel
default StringReadChannel getApiWorkerLogChannel()
Gets the Channel forModbusTcpApiReadWrite.ChannelId.API_WORKER_LOG
.- Returns:
- the Channel
-
-