Package com.ibm.cics.server
Interface TerminalSendTextBits
- All Superinterfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe FORMFEED terminal codestatic final intThe NLEOM terminal codestatic final intThe total number of optional control codesFields inherited from interface com.ibm.cics.server.TerminalSendCommonBits
ALARM, ERASE, FREEKB, PRINT
-
Field Details
-
FORMFEED
static final int FORMFEEDThe FORMFEED terminal code- See Also:
- Since CICS TS version:
- 1.3
-
NLEOM
static final int NLEOMThe NLEOM terminal code- See Also:
- Since CICS TS version:
- 1.3
-
NUMBER_OF_BITS
static final int NUMBER_OF_BITSThe total number of optional control codes- See Also:
- Since CICS TS version:
- 1.3
-