|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.wimpi.modbus.procimg.SynchronizedAbstractRegister net.wimpi.modbus.procimg.SimpleRegister
Class implementing a simple Register.
The setValue() method is synchronized, which ensures atomic access, but no specific access order.
Field Summary |
Fields inherited from class net.wimpi.modbus.procimg.SynchronizedAbstractRegister |
m_Register |
Constructor Summary | |
SimpleRegister()
Constructs a new SimpleRegister instance. |
|
SimpleRegister(byte b1,
byte b2)
Constructs a new SimpleRegister instance. |
|
SimpleRegister(int value)
Constructs a new SimpleRegister instance with the given value. |
Methods inherited from class net.wimpi.modbus.procimg.SynchronizedAbstractRegister |
getValue, setValue, setValue, setValue, toBytes, toShort, toUnsignedShort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.wimpi.modbus.procimg.Register |
setValue, setValue, setValue |
Methods inherited from interface net.wimpi.modbus.procimg.InputRegister |
getValue, toBytes, toShort, toUnsignedShort |
Constructor Detail |
public SimpleRegister()
public SimpleRegister(byte b1, byte b2)
b1
- the first (hi) byte of the word.b2
- the second (low) byte of the word.public SimpleRegister(int value)
value
- the value of this SimpleRegister
as int.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |