public final class MaskWriteRegisterResponse extends AbstractWriteResponse
| Constructor and Description |
|---|
MaskWriteRegisterResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFunction() |
int |
getMaskAnd() |
int |
getMaskOr() |
protected void |
readValue(ModbusInputStream fifo) |
void |
setMaskAnd(int maskAnd) |
void |
setMaskOr(int maskOr) |
protected void |
writeValue(ModbusOutputStream fifo) |
getStartAddress, readResponse, responseSize, setStartAddress, writeResponsegetModbusExceptionCode, isException, pduSize, readPDU, setException, setModbusExceptionCode, writePDUgetProtocolId, getServerAddress, getTransactionId, read, setProtocolId, setServerAddress, setTransactionId, size, writeprotected void readValue(ModbusInputStream fifo) throws IOException
readValue in class AbstractWriteResponseIOExceptionprotected void writeValue(ModbusOutputStream fifo) throws IOException
writeValue in class AbstractWriteResponseIOExceptionpublic int getFunction()
getFunction in class ModbusMessagepublic int getMaskAnd()
public void setMaskAnd(int maskAnd)
public int getMaskOr()
public void setMaskOr(int maskOr)
Copyright © 2018. All rights reserved.