Interface BridgeModbusTcp
-
- All Superinterfaces:
BridgeModbus
,OpenemsComponent
- All Known Implementing Classes:
BridgeModbusTcpImpl
,DummyModbusBridge
,ModbusSimulator
@ProviderType public interface BridgeModbusTcp extends BridgeModbus
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BridgeModbusTcp.ChannelId
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddress
getIpAddress()
Gets the IP address.-
Methods inherited from interface io.openems.edge.bridge.modbus.api.BridgeModbus
_setCycleTimeIsTooShort, _setExecutionDuration, addProtocol, getCycleTimeIsTooShort, getCycleTimeIsTooShortChannel, getExecutionDuration, getExecutionDurationChannel, removeProtocol
-
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
-
-