public class MyProcessImage
extends java.lang.Object
implements com.ghgande.j2mod.modbus.procimg.ProcessImage
Modifier and Type | Field and Description |
---|---|
protected AbstractModbusTcpApi |
parent |
Modifier | Constructor and Description |
---|---|
protected |
MyProcessImage(AbstractModbusTcpApi parent) |
Modifier and Type | Method and Description |
---|---|
com.ghgande.j2mod.modbus.procimg.DigitalIn |
getDigitalIn(int ref) |
int |
getDigitalInCount() |
com.ghgande.j2mod.modbus.procimg.DigitalIn[] |
getDigitalInRange(int offset,
int count) |
com.ghgande.j2mod.modbus.procimg.DigitalOut |
getDigitalOut(int ref) |
int |
getDigitalOutCount() |
com.ghgande.j2mod.modbus.procimg.DigitalOut[] |
getDigitalOutRange(int offset,
int count) |
com.ghgande.j2mod.modbus.procimg.FIFO |
getFIFO(int ref) |
com.ghgande.j2mod.modbus.procimg.FIFO |
getFIFOByAddress(int ref) |
int |
getFIFOCount() |
com.ghgande.j2mod.modbus.procimg.File |
getFile(int ref) |
com.ghgande.j2mod.modbus.procimg.File |
getFileByNumber(int ref) |
int |
getFileCount() |
com.ghgande.j2mod.modbus.procimg.InputRegister |
getInputRegister(int ref)
From here, the methods are not implemented!.
|
int |
getInputRegisterCount() |
com.ghgande.j2mod.modbus.procimg.InputRegister[] |
getInputRegisterRange(int offset,
int count) |
com.ghgande.j2mod.modbus.procimg.Register |
getRegister(int ref) |
int |
getRegisterCount() |
com.ghgande.j2mod.modbus.procimg.Register[] |
getRegisterRange(int offset,
int count) |
protected final AbstractModbusTcpApi parent
protected MyProcessImage(AbstractModbusTcpApi parent)
public com.ghgande.j2mod.modbus.procimg.InputRegister[] getInputRegisterRange(int offset, int count) throws MyIllegalAddressException
getInputRegisterRange
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
MyIllegalAddressException
public com.ghgande.j2mod.modbus.procimg.Register[] getRegisterRange(int offset, int count) throws MyIllegalAddressException
getRegisterRange
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
MyIllegalAddressException
public com.ghgande.j2mod.modbus.procimg.Register getRegister(int ref) throws MyIllegalAddressException
getRegister
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
MyIllegalAddressException
public com.ghgande.j2mod.modbus.procimg.InputRegister getInputRegister(int ref)
getInputRegister
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getInputRegisterCount()
getInputRegisterCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.DigitalOut[] getDigitalOutRange(int offset, int count)
getDigitalOutRange
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.DigitalOut getDigitalOut(int ref)
getDigitalOut
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getDigitalOutCount()
getDigitalOutCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.DigitalIn[] getDigitalInRange(int offset, int count)
getDigitalInRange
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.DigitalIn getDigitalIn(int ref)
getDigitalIn
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getDigitalInCount()
getDigitalInCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getRegisterCount()
getRegisterCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.File getFile(int ref)
getFile
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.File getFileByNumber(int ref)
getFileByNumber
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getFileCount()
getFileCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.FIFO getFIFO(int ref)
getFIFO
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public com.ghgande.j2mod.modbus.procimg.FIFO getFIFOByAddress(int ref)
getFIFOByAddress
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage
public int getFIFOCount()
getFIFOCount
in interface com.ghgande.j2mod.modbus.procimg.ProcessImage