|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int getValue()
public int toUnsignedShort()
public short toShort()
public byte[] toBytes()
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |