public interface RegistersModbusMessage extends AddressedModbusMessage
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
dataCopy() |
Get a copy of the raw register data.
|
short[] |
dataDecode() |
Get the register data as signed 16-bit values.
|
int[] |
dataDecodeUnsigned() |
Get the register data as unsigned 16-bit values.
|
getAddress, getCountequals, getError, getFunction, getUnitId, hashCode, isException, isSameAs, unwrap, validatebyte[] dataCopy()
This returns a new copy of the register data.
short[] dataDecode()
int[] dataDecodeUnsigned()