Class FieldbusModule

    • Constructor Detail

      • FieldbusModule

        public FieldbusModule()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
        Gets the Name of the FieldbusModule.
        Returns:
        the name
      • getInputCoil0Elements

        public abstract ModbusCoilElement[] getInputCoil0Elements()
        Gets the ModbusCoilElement for the input coils starting at address 0.
        Returns:
        the array; empty for no input coils
      • getInputCoil512Elements

        public abstract ModbusCoilElement[] getInputCoil512Elements()
        Gets the ModbusCoilElement for the input coils starting at address 512.
        Returns:
        the array; empty for no input coils
      • getOutputCoil512Elements

        public abstract ModbusCoilElement[] getOutputCoil512Elements()
        Gets the ModbusCoilElement for the output coils starting at address 512.
        Returns:
        the array; empty for no output coils