| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.net | |
| com.ghgande.j2mod.modbus.procimg | |
| com.ghgande.j2mod.modbus.slave |
| Modifier and Type | Method and Description |
|---|---|
ProcessImage |
AbstractModbusListener.getProcessImage(int unitId)
Returns the related process image for this listener and Unit Id
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessImage |
ModbusSlave.addProcessImage(int unitId,
ProcessImage processImage)
Adds a process image for the given Unit ID
|
ProcessImage |
ModbusSlave.getProcessImage(int unitId)
Returns the process image for the given Unit ID
|
ProcessImage |
ModbusSlave.removeProcessImage(int unitId)
Removes the process image for the given Unit ID
|
| Modifier and Type | Method and Description |
|---|---|
ProcessImage |
ModbusSlave.addProcessImage(int unitId,
ProcessImage processImage)
Adds a process image for the given Unit ID
|
Copyright © 2025. All Rights Reserved.