Package nl.basjes.modbus.schema
Class SchemaTestBlock
-
- All Implemented Interfaces:
@Serializable() public final class SchemaTestBlock
-
-
Method Summary
-
-
Method Detail
-
getId
final String getId()
The technical id of the block. Must be usable as an identifier in 'all' common programming languages. So "CamelCase" (without spaces, starting with a letter) is a good choice.
-
getExpected
final Map<String, List<String>> getExpected()
A map of all field ids and the expected value given the provided registers.
-
-
-
-