Interface TerminalSendTextBits

All Superinterfaces:
TerminalSendCommonBits

public interface TerminalSendTextBits extends TerminalSendCommonBits

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

Since CICS TS version:
1.3
  • Field Details

    • FORMFEED

      static final int FORMFEED
      The FORMFEED terminal code
      See Also:
      Since CICS TS version:
      1.3
    • NLEOM

      static final int NLEOM
      The NLEOM terminal code
      See Also:
      Since CICS TS version:
      1.3
    • NUMBER_OF_BITS

      static final int NUMBER_OF_BITS
      The total number of optional control codes
      See Also:
      Since CICS TS version:
      1.3