Interface S7HMux
-
- All Known Implementing Classes:
S7HMuxImpl
public interface S7HMux
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.channel.ChannelgetTCPChannel()voidsetEmbededhannel(io.netty.channel.Channel embeded_channel, PlcConnectionConfiguration configuration)voidsetPrimaryChannel(io.netty.channel.Channel primary_channel)voidsetSecondaryChannel(io.netty.channel.Channel secondary_channel)
-
-
-
Method Detail
-
setEmbededhannel
void setEmbededhannel(io.netty.channel.Channel embeded_channel, PlcConnectionConfiguration configuration)
-
setPrimaryChannel
void setPrimaryChannel(io.netty.channel.Channel primary_channel)
-
setSecondaryChannel
void setSecondaryChannel(io.netty.channel.Channel secondary_channel)
-
getTCPChannel
io.netty.channel.Channel getTCPChannel()
-
-