Interface RegistersExpression
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression
public interface RegistersExpression implements Expression
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraygetByteArray(SchemaDevice schemaDevice)abstract IntegergetReturnedRegisters()How many bytes will this return -
Methods inherited from class nl.basjes.modbus.schema.expression.Expression
check, checkFatal, combine, getProblems, getRegisterValues, getRequiredFields, getRequiredMutableRegisters, getRequiredRegisters, getReturnType, getSubExpressions, initialize, isImmutable, setImmutable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getByteArray
abstract ByteArray getByteArray(SchemaDevice schemaDevice)
- Returns:
The list of bytes value or null in case of problems
-
getReturnedRegisters
abstract Integer getReturnedRegisters()
How many bytes will this return
-
-
-
-