|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining a ModbusMessage.
Method Summary | |
int |
getDataLength()
Returns the length of the data appended after the protocol header. |
int |
getFunctionCode()
Returns the function code of this ModbusMessage as int. |
java.lang.String |
getHexMessage()
Returns the raw message as String containing a hexadecimal series of bytes. |
int |
getProtocolID()
Returns the protocol identifier of this ModbusMessage as int. |
int |
getTransactionID()
Returns the transaction identifier of this ModbusMessage as int. |
int |
getUnitID()
Returns the unit identifier of this ModbusMessage as int. |
void |
setHeadless()
Sets the flag that marks this ModbusMessage as headless (for serial transport). |
Methods inherited from interface net.wimpi.modbus.io.Transportable |
getOutputLength, readFrom, writeTo |
Method Detail |
public void setHeadless()
public int getTransactionID()
public int getProtocolID()
public int getDataLength()
public int getUnitID()
public int getFunctionCode()
Modbus
public java.lang.String getHexMessage()
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |