public class ModbusDataBlock extends PLCDataBlock
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
Constructor and Description |
---|
ModbusDataBlock(byte[] data,
int responseLength,
boolean isOffset)
Create the block with the data and the destination address.
|
Modifier and Type | Method and Description |
---|---|
int |
getResponseLength()
Returns the length of the response or the offset of the length byte.
|
boolean |
isOffset()
Returns true if the response length is an offset into the message, or
false if the length is an absolute length.
|
public static final java.lang.String cvsRev
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.