| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.procimg |
| Modifier and Type | Method and Description |
|---|---|
File |
SimpleProcessImage.getFile(int fileNumber) |
File |
ProcessImage.getFile(int ref)
Returns the File instance at the given reference.
|
File |
SimpleProcessImage.getFileByNumber(int ref) |
File |
ProcessImage.getFileByNumber(int ref)
Returns the File instance having the specified file number.
|
File |
File.setRecord(int i,
Record record) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleProcessImage.addFile(File newFile) |
void |
ProcessImageImplementation.addFile(File reg)
Adds a new File instance.
|
void |
SimpleProcessImage.addFile(int ref,
File newFile) |
void |
ProcessImageImplementation.addFile(int ref,
File reg)
Adds a new File instance, possibly
creating a hole between the last existing reference and the new object.
|
void |
SimpleProcessImage.removeFile(File oldFile) |
void |
ProcessImageImplementation.removeFile(File reg)
Removes a given File instance.
|
void |
SimpleProcessImage.setFile(int fileNumber,
File file) |
void |
ProcessImageImplementation.setFile(int ref,
File reg)
Sets a new File instance at the given reference.
|
Copyright © 2025. All Rights Reserved.