com.ibm.cics.server

Interface TerminalSendControlBits

  • All Superinterfaces:
    TerminalSendCommonBits


    public interface TerminalSendControlBits
    extends TerminalSendCommonBits

    This interface provides a set of constants that should be used to construct a java.util.BitSet for use with sendControl().

    Since CICS TS version:
    1.3
    Since package version:
    1.0.0
    • Field Detail

      • ERASEAUP

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

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

        static final int FRSET
        The FRSET 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