| Package | Description |
|---|---|
| com.ghgande.j2mod.modbus.procimg |
| Modifier and Type | Method and Description |
|---|---|
DigitalIn |
SimpleProcessImage.getDigitalIn(int ref) |
DigitalIn |
ProcessImage.getDigitalIn(int ref)
Returns the DigitalIn instance at the given reference.
|
DigitalIn[] |
ProcessImage.getDigitalInRange(int offset,
int count)
Returns a range of DigitalIn instances.
|
DigitalOut |
SimpleProcessImage.getDigitalOut(int ref) |
DigitalOut |
ProcessImage.getDigitalOut(int ref)
Returns the DigitalOut instance at the given reference.
|
DigitalOut[] |
ProcessImage.getDigitalOutRange(int offset,
int count)
Returns a range of DigitalOut instances.
|
FIFO |
ProcessImage.getFIFO(int ref)
Returns the FIFO instance in the list of all FIFO objects
in this ProcessImage.
|
FIFO |
ProcessImage.getFIFOByAddress(int ref)
Returns the FIFO instance having the specified base address.
|
File |
ProcessImage.getFile(int ref)
Returns the File instance at the given reference.
|
File |
ProcessImage.getFileByNumber(int ref)
Returns the File instance having the specified file number.
|
InputRegister |
SimpleProcessImage.getInputRegister(int ref) |
InputRegister |
ProcessImage.getInputRegister(int ref)
Returns the InputRegister instance at the given reference.
|
InputRegister[] |
ProcessImage.getInputRegisterRange(int offset,
int count)
Returns a range of InputRegister instances.
|
Register |
SimpleProcessImage.getRegister(int ref) |
Register |
ProcessImage.getRegister(int ref)
Returns the Register instance at the given reference.
|
Register[] |
ProcessImage.getRegisterRange(int offset,
int count)
Returns a range of Register instances.
|
void |
SimpleProcessImage.setDigitalIn(int ref,
DigitalIn di) |
void |
ProcessImageImplementation.setDigitalIn(int ref,
DigitalIn di)
Sets a new DigitalIn instance at the given reference.
|
void |
SimpleProcessImage.setDigitalOut(int ref,
DigitalOut out) |
void |
ProcessImageImplementation.setDigitalOut(int ref,
DigitalOut out)
Sets a new DigitalOut instance at the given reference.
|
void |
ProcessImageImplementation.setFIFO(int ref,
FIFO reg)
Sets a new FIFO instance at the given reference.
|
void |
ProcessImageImplementation.setFile(int ref,
File reg)
Sets a new File instance at the given reference.
|
void |
SimpleProcessImage.setInputRegister(int ref,
InputRegister reg) |
void |
ProcessImageImplementation.setInputRegister(int ref,
InputRegister reg)
Sets a new InputRegister instance at the given reference.
|
void |
SimpleProcessImage.setRegister(int ref,
Register reg) |
void |
ProcessImageImplementation.setRegister(int ref,
Register reg)
Sets a new Register instance at the given reference.
|
Copyright © 2025. All Rights Reserved.