|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputRegister
Interface defining an input register.
This register is read only from the slave side.
Method Summary | |
---|---|
int |
getValue()
Returns the value of this InputRegister. |
byte[] |
toBytes()
Returns the content of this Register as bytes. |
short |
toShort()
Returns the content of this Register as signed 16-bit value (short). |
int |
toUnsignedShort()
Returns the content of this Register as unsigned 16-bit value (unsigned short). |
Method Detail |
---|
int getValue()
int toUnsignedShort()
short toShort()
byte[] toBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |