|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.wimpi.modbus.msg.ModbusMessageImpl net.wimpi.modbus.msg.ModbusResponse net.wimpi.modbus.msg.WriteSingleRegisterResponse
public final class WriteSingleRegisterResponse
Class implementing a WriteSingleRegisterResponse. The implementation directly correlates with the class 0 function write single register (FC 6). It encapsulates the corresponding response message.
Constructor Summary | |
---|---|
WriteSingleRegisterResponse()
Constructs a new WriteSingleRegisterResponse instance. |
|
WriteSingleRegisterResponse(int reference,
int value)
Constructs a new WriteSingleRegisterResponse instance. |
Method Summary | |
---|---|
int |
getReference()
Returns the reference of the register that has been written to. |
int |
getRegisterValue()
Returns the value that has been returned in this WriteSingleRegisterResponse. |
void |
readData(DataInput din)
Reads the subclass specific data from the given DataInput instance. |
void |
writeData(DataOutput dout)
Writes the subclass specific data to the given DataOutput. |
Methods inherited from class net.wimpi.modbus.msg.ModbusResponse |
---|
createModbusResponse |
Methods inherited from class net.wimpi.modbus.msg.ModbusMessageImpl |
---|
getDataLength, getFunctionCode, getHexMessage, getOutputLength, getProtocolID, getTransactionID, getUnitID, isHeadless, readFrom, setDataLength, setHeadless, setProtocolID, setTransactionID, setUnitID, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteSingleRegisterResponse()
public WriteSingleRegisterResponse(int reference, int value)
reference
- the offset of the register written.value
- the value of the register.Method Detail |
---|
public int getRegisterValue()
public int getReference()
public void writeData(DataOutput dout) throws IOException
ModbusMessageImpl
writeData
in class ModbusMessageImpl
dout
- the DataOutput to be written to.
IOException
- if an I/O related error occurs.public void readData(DataInput din) throws IOException
ModbusMessageImpl
readData
in class ModbusMessageImpl
din
- the DataInput to read from.
IOException
- if an I/O related error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |