setting Indication

Notification of a settings change.

AttributeAlways present?Purpose
nameyesSetting name
valuenotrue, false or a specific value
causeyesCause of the setting change

Boolean settings names are:

NamePurpose
altCursorUse underscore cursor
crosshairDisplay crosshair cursor
cursorBlinkCursor should blink
monocaseText should be displayed in uppercase
reconnectAutomatic reconnect mode
traceTracing is active
visibleControlDisplay 3270 orders on the screen

Specific-value settings names are:

NamePurpose
acceptHostnameTLS accept hostname
caDirTLS CA directory
caFileTLS CA file
certFileTLS certificate file
certFileTypeTLS certificate file type
chainFileTLS certificate chain file
charsetHost code page
clientCertTLS certificate name
httpdHTTP listening port
keyFileTLS certificate private key file
keyFileTypeTLS certificate private key file type
keyPasswdTLS certificate private key file password
model3270 model
oversizeoversize dimensions
printerLupr3287 printer logical unit
scriptPorts3270 listening port
startTlsTLS accept STARTTLS option
termNameTerminal name
verifyHostCertTLS verify host certificate option

Causes are:

NameDescription
commandx3270> prompt
defaultDefault key handler
file-transferIND$FILE file transfer
httpdHTTP-based scrpt
idleIdle command
keymapKeyboard map
keypadKeypad key
macroMacro operation
noneNo cause
passwordRestricted password action
pasteThe Paste() action
peekEvent peek-ahead
screen-redrawScreen redraw operation
scriptScript operation
stringThe String() action
typeaheadStored type-ahead
uiUser interface talking to b3270

Example:

<toggle name="altCursor" value="true" cause="keymap"/>
<toggle name="printerLu" value="POOL27" cause="ui"/>
<toggle name="printerLu" cause="ui"/>


b3270: Protocol - Operations - Indications