public abstract class ReadResponse extends ModbusResponse
exceptionCode, MAX_FUNCTION_CODE
slaveId
Modifier and Type | Method and Description |
---|---|
boolean[] |
getBooleanData() |
byte[] |
getData() |
short[] |
getShortData() |
protected void |
readResponse(ByteQueue queue) |
java.lang.String |
toString(boolean numeric) |
protected void |
writeResponse(ByteQueue queue) |
createModbusResponse, getExceptionCode, getExceptionMessage, isException, main, writeImpl
convertToBooleans, convertToBytes, convertToBytes, convertToShorts, getFunctionCode, getSlaveId, write
protected void readResponse(ByteQueue queue)
readResponse
in class ModbusResponse
protected void writeResponse(ByteQueue queue)
writeResponse
in class ModbusResponse
public byte[] getData()
public short[] getShortData()
public boolean[] getBooleanData()
public java.lang.String toString(boolean numeric)
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.