| Modifier and Type | Method and Description |
|---|---|
static ModbusMaster |
ModbusMasterFactory.createModbusMasterTCP(TcpParameters tcpParameters)
Creates ModbusMasterTCP instance.
|
| Constructor and Description |
|---|
ModbusMasterTCP(TcpParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
static ModbusConnection |
ModbusConnectionFactory.getTcpMaster(TcpParameters tcpParameters) |
| Modifier and Type | Method and Description |
|---|---|
TcpParameters |
SerialPortFactoryTcpServer.getTcpParameters() |
TcpParameters |
SerialPortFactoryTcpClient.getTcpParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialPortFactoryTcpClient.setTcpParameters(TcpParameters tcpParameters) |
| Constructor and Description |
|---|
SerialPortFactoryTcpClient(TcpParameters tcpParameters) |
SerialPortFactoryTcpServer(TcpParameters tcpParameters) |
| Modifier and Type | Method and Description |
|---|---|
static ModbusSlave |
ModbusSlaveFactory.createModbusSlaveTCP(TcpParameters tcpParameters)
Creates a ModbusSlaveTCP instance.
|
static ModbusSlave |
ModbusSlaveFactory.createModbusSlaveTCP(TcpParameters tcpParameters,
int poolSize)
Creates a ModbusSlaveTCP instance.
|
| Constructor and Description |
|---|
ModbusSlaveTCP(TcpParameters tcp) |
ModbusSlaveTCP(TcpParameters tcp,
int poolsSize) |
| Constructor and Description |
|---|
TcpParameters(TcpParameters p) |
| Modifier and Type | Method and Description |
|---|---|
TcpParameters |
TcpClientInfo.getTcpParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpClientInfo.setTcpParameters(TcpParameters tcpParameters) |
| Constructor and Description |
|---|
TcpClientInfo(TcpParameters tcpParameters,
boolean connected) |
Copyright © 2018. All rights reserved.