| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.io | |
| com.ghgande.j2mod.modbus.net |
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusUDPTransaction.setTerminal(AbstractUDPTerminal terminal)
Sets the terminal on which this ModbusTransaction
should be executed.
|
| Constructor and Description |
|---|
ModbusUDPTransaction(AbstractUDPTerminal terminal)
Constructs a new ModbusUDPTransaction
instance with a given UDPTerminal to
be used for transactions.
|
ModbusUDPTransport(AbstractUDPTerminal terminal)
Constructs a new ModbusTransport instance,
for a given UDPTerminal.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractUDPTerminal |
UDPMasterConnection.getTerminal()
Returns the terminal used for handling the package traffic.
|
Copyright © 2025. All Rights Reserved.