| Package | Description |
|---|---|
| net.wimpi.modbus |
Provides an object oriented Modbus implementation in Java.
|
| net.wimpi.modbus.procimg |
Provides interfaces and classes that provide a coupling between a slave side
and a master or device side.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessImage |
ModbusCoupler.getProcessImage()
Returns a reference to the ProcessImage
of this ModbusCoupler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusCoupler.setProcessImage(ProcessImage procimg)
Sets the reference to the ProcessImage
of this ModbusCoupler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessImageImplementation
Interface defining implementation specific
details of the ProcessImage, adding
mechanisms for creating and modifying the actual
"process image".
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleProcessImage
Class implementing a simple process image
to be able to run unit tests or handle
simple cases.
|
Copyright © 2017. All rights reserved.