| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.facade | |
| com.ghgande.j2mod.modbus.io | |
| com.ghgande.j2mod.modbus.net |
| Modifier and Type | Method and Description |
|---|---|
AbstractModbusTransport |
ModbusUDPMaster.getTransport() |
AbstractModbusTransport |
ModbusTCPMaster.getTransport() |
AbstractModbusTransport |
ModbusSerialMaster.getTransport() |
abstract AbstractModbusTransport |
AbstractModbusMaster.getTransport()
Returns the transport being used by the
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModbusASCIITransport
Class that implements the Modbus/ASCII transport
flavor.
|
class |
ModbusRTUTCPTransport
Class that implements the ModbusRTU over tCP transport flavor.
|
class |
ModbusRTUTransport
Class that implements the ModbusRTU transport flavor.
|
class |
ModbusSerialTransport
Abstract base class for serial ModbusTransport
implementations.
|
class |
ModbusTCPTransport
Class that implements the Modbus transport flavor.
|
class |
ModbusUDPTransport
Class that implements the Modbus UDP transport flavor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractModbusTransport |
UDPMasterConnection.getModbusTransport()
Returns the ModbusTransport associated with this
UDPMasterConnection.
|
AbstractModbusTransport |
TCPSlaveConnection.getModbusTransport()
Returns the ModbusTransport associated with this
TCPMasterConnection.
|
AbstractModbusTransport |
TCPMasterConnection.getModbusTransport()
Returns the ModbusTransport associated with this
TCPMasterConnection.
|
AbstractModbusTransport |
SerialConnection.getModbusTransport() |
abstract AbstractModbusTransport |
AbstractSerialConnection.getModbusTransport()
Returns the ModbusTransport instance to be used for receiving
and sending messages.
|
Copyright © 2025. All Rights Reserved.