public abstract class AbstractChannelSender extends Object
| 构造器和说明 |
|---|
AbstractChannelSender(io.netty.channel.Channel channel) |
AbstractChannelSender(io.netty.channel.Channel channel,
short unitIdentifier) |
AbstractChannelSender(io.netty.channel.Channel channel,
short unitId,
short protocolIdentifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
callModbusFunction(ModbusFunction function) |
protected <V extends ModbusFunction> |
callModbusFunctionSync(ModbusFunction function) |
public AbstractChannelSender(io.netty.channel.Channel channel)
public AbstractChannelSender(io.netty.channel.Channel channel,
short unitIdentifier)
public AbstractChannelSender(io.netty.channel.Channel channel,
short unitId,
short protocolIdentifier)
protected int callModbusFunction(ModbusFunction function) throws Exception
Exceptionprotected <V extends ModbusFunction> V callModbusFunctionSync(ModbusFunction function) throws Exception
ExceptionCopyright © 2019. All Rights Reserved.