| 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 | Class and Description |
|---|---|
class |
ModbusASCIITransport
Class that implements the Modbus/ASCII transport
flavor.
|
class |
ModbusBINTransport
Class that implements the Modbus/BIN 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 |
|---|---|
ModbusTransport |
UDPMasterConnection.getModbusTransport()
Returns the ModbusTransport associated with this
UDPMasterConnection.
|
ModbusTransport |
TCPSlaveConnection.getModbusTransport()
Returns the ModbusTransport associated with this
TCPMasterConnection.
|
ModbusTransport |
TCPMasterConnection.getModbusTransport()
Returns the ModbusTransport associated with this
TCPMasterConnection.
|
ModbusTransport |
SerialConnection.getModbusTransport()
Returns the ModbusTransport instance to be used for receiving
and sending messages.
|
Copyright © 2017. All rights reserved.