Class ChannelMetaInfoBit

java.lang.Object
io.openems.edge.bridge.modbus.api.ChannelMetaInfo
io.openems.edge.bridge.modbus.api.ChannelMetaInfoBit
Direct Known Subclasses:
ChannelMetaInfoBitReadAndWrite

public class ChannelMetaInfoBit extends ChannelMetaInfo
Describes a Channel that has a read-mapping to a Modbus Coil.
  • Field Details

    • bit

      protected final int bit
      Holds the index of the bit inside the Register if applicable.
  • Constructor Details

    • ChannelMetaInfoBit

      public ChannelMetaInfoBit(int address, int bit)
  • Method Details