com.ibm.cics.server

Interface TerminalSendBits

  • All Superinterfaces:
    TerminalSendCommonBits
    All Known Implementing Classes:
    TerminalPrincipalFacility


    public interface TerminalSendBits
    extends TerminalSendCommonBits

    This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the SEND-related API.

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

      • 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
      • WAIT

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