com.ibm.cics.server
Interface TerminalSendCommonBits

All Known Subinterfaces:
TerminalSendBits, TerminalSendControlBits, TerminalSendTextBits
All Known Implementing Classes:
TerminalPrincipalFacility, TerminalPrincipalFacilityExtended

public interface 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

Field Summary
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

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

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

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

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