Interface CentralSection<To extends java.lang.Enum<To>,​From extends java.lang.Enum<From>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      To codeSendStart()
      Inform central CTC machine part of section that a code-send operation (from central to field) has started and obtain the value to be sent over the line.
      void indicationComplete​(From value)
      Provides the code sequence to the central CTC machine at the end of the indication-send operation.
    • Method Detail

      • codeSendStart

        To codeSendStart()
        Inform central CTC machine part of section that a code-send operation (from central to field) has started and obtain the value to be sent over the line.
        Returns:
        The value to be conveyed to the field.
      • indicationComplete

        void indicationComplete​(From value)
        Provides the code sequence to the central CTC machine at the end of the indication-send operation.
        Parameters:
        value - to be conveyed.