Package nl.basjes.modbus.schema
Class SchemaTestRegisters
-
- All Implemented Interfaces:
@Serializable() public final class SchemaTestRegisters
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfirstRegisterAddressprivate final Stringregisters
-
Constructor Summary
Constructors Constructor Description SchemaTestRegisters(String firstRegisterAddress, String registers)
-
Method Summary
Modifier and Type Method Description final StringgetFirstRegisterAddress()The Address of the first provided registers. final StringgetRegisters()The register values used for this test. StringtoString()-
-
Method Detail
-
getFirstRegisterAddress
final String getFirstRegisterAddress()
The Address of the first provided registers.
-
getRegisters
final String getRegisters()
The register values used for this test.
-
-
-
-