public interface InputRegister
This register is read only from the slave side.
| Modifier and Type | Method and Description |
|---|---|
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).
|
int getValue()
int toUnsignedShort()
short toShort()
byte[] toBytes()
Copyright © 2017. All rights reserved.