| Package | Description |
|---|---|
| net.wimpi.modbus.io |
Provides I/O and transport related interfaces and classes.
|
| net.wimpi.modbus.msg |
Provides interfaces and classes that encapsulate Modbus
messages in an object oriented manner.
|
| net.wimpi.modbus.net |
Provides the network related parts of this Modbus implementation.
|
| Class and Description |
|---|
| FastByteArrayInputStream
This class is a clean room implementation
of the ByteArrayInputStream, with enhancements for
speed (no synchronization for example).
|
| FastByteArrayOutputStream
This class is a clean room implementation
of the ByteArrayOutputStream, with enhancements for
speed (no synchronization for example).
|
| ModbusSerialTransport
Abstract base class for serial ModbusTransport
implementations.
|
| ModbusTransaction
Interface defining a ModbusTransaction.
|
| ModbusTransport
Interface defining the I/O mechanisms for
ModbusMessage instances.
|
| Class and Description |
|---|
| NonWordDataHandler
Interface implementing a non word data handler for the read/write multiple
register commands (class 0).
|
| Transportable
Interface defining a transportable class.
|
| Class and Description |
|---|
| ModbusTransport
Interface defining the I/O mechanisms for
ModbusMessage instances.
|
| ModbusUDPTransport
Class that implements the Modbus UDP transport
flavor.
|
Copyright © 2017. All rights reserved.