Package nl.basjes.modbus.schema
Class SchemaTestRawValues
-
- All Implemented Interfaces:
@Serializable() public final class SchemaTestRawValues
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfirstAddressprivate final StringrawValues
-
Constructor Summary
Constructors Constructor Description SchemaTestRawValues(String firstAddress, String rawValues)
-
Method Summary
Modifier and Type Method Description final StringgetFirstAddress()The Address of the first provided registers. final StringgetRawValues()The register values used for this test. StringtoString()-
-
Method Detail
-
getFirstAddress
final String getFirstAddress()
The Address of the first provided registers.
-
getRawValues
final String getRawValues()
The register values used for this test.
-
-
-
-