com.ibm.cics.server

Interface TerminalSendCommonBits

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ALARM
      The ALARM terminal code
      static int ERASE
      The ERASE terminal code
      static int FREEKB
      The FREEKB terminal code
      static int NUMBER_OF_BITS
      The total number of optional control codes
      static int PRINT
      The PRINT terminal code
    • Field Detail

      • ALARM

        static final int ALARM
        The ALARM terminal code
        See Also:
        Constant Field Values
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • ERASE

        static final int ERASE
        The ERASE terminal code
        See Also:
        Constant Field Values
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • FREEKB

        static final int FREEKB
        The FREEKB terminal code
        See Also:
        Constant Field Values
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • PRINT

        static final int PRINT
        The PRINT terminal code
        See Also:
        Constant Field Values
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0
      • NUMBER_OF_BITS

        static final int NUMBER_OF_BITS
        The total number of optional control codes
        See Also:
        Constant Field Values
        Since CICS TS version:
        1.3
        Since package version:
        1.0.0