Public methods

The opt parameter

Many methods have the same parameter, opt, which is described under the abendCode method inabendCode.

alternateHeight

unsigned short alternateHeight(Icc::GetOpt opt = Icc::object)
opt
An enumeration that indicates whether the information in the object should be refreshed from CICS® before being extracted. The default is not to refresh.

Returns the alternate height of the screen, in lines.

Conditions

INVREQ

alternateWidth

unsigned short alternateWidth(Icc::GetOpt opt = Icc::object)

Returns the alternate width of the screen, in characters.

Conditions

INVREQ

defaultHeight

unsigned short defaultHeight(Icc::GetOpt opt = Icc::object)

Returns the default height of the screen, in lines.

Conditions

INVREQ

defaultWidth

unsigned short defaultWidth(Icc::GetOpt opt = Icc::object)

Returns the default width of the screen, in characters.

Conditions

INVREQ

graphicCharCodeSet

unsigned short graphicCharCodeSet(Icc::GetOpt opt = Icc::object)

Returns the binary code page global identifier as a value in the range 1 to 65534, or 0 for a non-graphics terminal.

Conditions

INVREQ

graphicCharSetId

unsigned short graphicCharSetId(Icc::GetOpt opt = Icc::object)

Returns the graphic character set global identifier as a number in the range 1 to 65534, or 0 for a non-graphics terminal.

Conditions

INVREQ

isAPLKeyboard

Icc::Bool isAPLKeyboard(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has the APL keyboard feature.

Conditions

INVREQ

isAPLText

Icc::Bool isAPLText(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has the APL text feature.

Conditions

INVREQ

isBTrans

Icc::Bool isBTrans(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has the background transparency capability.

Conditions

INVREQ

isColor

Icc::Bool isColor(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has the extended color capability.

Conditions

INVREQ

isEWA

Icc::Bool isEWA(Icc::GetOpt opt = Icc::object)

Returns a Boolean that indicates whether the terminal supports Erase Write Alternative.

Conditions

INVREQ

isExtended3270

Icc::Bool isExtended3270(Icc::GetOpt opt = Icc::object)

Returns a Boolean that indicates whether the terminal supports the 3270 extended data stream.

Conditions

INVREQ

isFieldOutline

Icc::Bool isFieldOutline(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports field outlining.

Conditions

INVREQ

isGoodMorning

Icc::Bool isGoodMorning(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has a 'good morning' message.

Conditions

INVREQ

isHighlight

Icc::Bool isHighlight(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal has extended highlight capability.

Conditions

INVREQ

isKatakana

Icc::Bool isKatakana(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports Katakana.

Conditions

INVREQ

isMSRControl

Icc::Bool isMSRControl(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports magnetic slot reader control.

Conditions

INVREQ

isPS

Icc::Bool isPS(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports programmed symbols.

Conditions

INVREQ

isSOSI

Icc::Bool isSOSI(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports mixed EBCDIC/DBCS fields.

Conditions

INVREQ

isTextKeyboard

Icc::Bool isTextKeyboard(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports TEXTKYBD.

Conditions

INVREQ

isTextPrint

Icc::Bool isTextPrint(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports TEXTPRINT.

Conditions

INVREQ

isValidation

Icc::Bool isValidation(Icc::GetOpt opt = Icc::object)

Returns a boolean that indicates whether the terminal supports validation.

Conditions

INVREQ

[[ Contents Previous Page | Next Page Index ]]