|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use IllegalAddressException | |
---|---|
net.wimpi.modbus.procimg | Provides interfaces and classes that provide a coupling between a slave side and a master or device side. |
Uses of IllegalAddressException in net.wimpi.modbus.procimg |
---|
Methods in net.wimpi.modbus.procimg that throw IllegalAddressException | |
---|---|
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. |
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 _do)
|
void |
ProcessImageImplementation.setDigitalOut(int ref,
DigitalOut _do)
Sets a new DigitalOut 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |