| Package | Description |
|---|---|
| net.wimpi.modbus.io |
Provides I/O and transport related interfaces and classes.
|
| net.wimpi.modbus.net |
Provides the network related parts of this Modbus implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusUDPTransaction.setTerminal(UDPTerminal terminal)
Sets the terminal on which this ModbusTransaction
should be executed.
|
| Constructor and Description |
|---|
ModbusUDPTransaction(UDPTerminal terminal)
Constructs a new ModbusUDPTransaction
instance with a given UDPTerminal to
be used for transactions.
|
ModbusUDPTransport(UDPTerminal terminal)
Constructs a new ModbusTransport instance,
for a given UDPTerminal.
|
| Modifier and Type | Method and Description |
|---|---|
UDPTerminal |
UDPMasterConnection.getTerminal()
Returns the terminal used for handling the package traffic.
|
Copyright © 2017. All rights reserved.