Package nl.basjes.modbus.schema.fetcher
Class RegisterBlockFetcher.FetchBatch
-
- All Implemented Interfaces:
-
kotlin.Comparable
public class RegisterBlockFetcher.FetchBatch implements Comparable<RegisterBlockFetcher.FetchBatch>
-
-
Constructor Summary
Constructors Constructor Description RegisterBlockFetcher.FetchBatch(Address start, Integer count)
-
Method Summary
Modifier and Type Method Description final List<Field>getFields()The affected list of fields final AddressgetStart()final IntegergetCount()final UnitsetCount(Integer count)final BooleanisUsingReadErrorRegisters()IntegercompareTo(RegisterBlockFetcher.FetchBatch other)Booleanequals(Object other)IntegerhashCode()StringtoString()-
-
Constructor Detail
-
RegisterBlockFetcher.FetchBatch
RegisterBlockFetcher.FetchBatch(Address start, Integer count)
-
-
Method Detail
-
getStart
final Address getStart()
-
isUsingReadErrorRegisters
final Boolean isUsingReadErrorRegisters()
-
compareTo
Integer compareTo(RegisterBlockFetcher.FetchBatch other)
-
-
-
-