Class ModbusBlock

  • All Implemented Interfaces:

    
    public class ModbusBlock<BLOCK extends ModbusBlock<BLOCK, VALUE, TYPE>, VALUE extends ModbusValue<VALUE, TYPE>, TYPE extends Object>
    
                        

    The collection of all requested Registers that are in the same address space of a single specific device. The map from address to register in a SORTED way. This means we can iterate over the keys sequentially (yet there can be Address gaps!).