| Interface | Description |
|---|---|
| NonWordDataHandler | Deprecated
In the interests of keeping the library simple, this will be removed in a future release
|
| Class | Description |
|---|---|
| AbstractModbusTransport |
Interface defining the I/O mechanisms for
ModbusMessage instances.
|
| AbstractSerialTransportListener |
Any class that wants to listen for the begining and ending of read/writes
to the Serial channel need to implement this interface
|
| BytesInputStream |
Class implementing a byte array input stream with
a DataInput interface.
|
| BytesOutputStream |
Class implementing a byte array output stream with
a DataInput interface.
|
| FastByteArrayInputStream |
This class is a replacement for ByteArrayInputStream that does not
synchronize every byte read.
|
| FastByteArrayOutputStream |
This class is a replacement implementation for ByteArrayOutputStream
that does not synchronize every
byte written.
|
| ModbusASCIITransport |
Class that implements the Modbus/ASCII transport
flavor.
|
| ModbusRTUTCPTransport |
Class that implements the ModbusRTU over tCP transport flavor.
|
| ModbusRTUTransport |
Class that implements the ModbusRTU transport flavor.
|
| ModbusSerialTransaction |
Class implementing the ModbusTransaction
interface.
|
| ModbusSerialTransport |
Abstract base class for serial ModbusTransport
implementations.
|
| ModbusTCPTransaction |
Class implementing the ModbusTransaction interface.
|
| ModbusTCPTransport |
Class that implements the Modbus transport flavor.
|
| ModbusTransaction |
Interface defining a ModbusTransaction.
|
| ModbusUDPTransaction |
Class implementing the ModbusTransaction
interface for the UDP transport mechanism.
|
| ModbusUDPTransport |
Class that implements the Modbus UDP transport flavor.
|
Copyright © 2025. All Rights Reserved.