Class ExtraOIA
The OIA Object provides information about the Operator Information Area (OIA) of the host screen. The host OIA provides mainframe and mainframe connection status information.
Implements
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
public class ExtraOIA : OIA
Properties
Application
Returns the System object. Read-only.
Declaration
public System Application { get; }
Property Value
Type | Description |
---|---|
System |
ConnectionStatus
Translates the session's TerminalScreen.PartitionOwner value to Extra ConnectionStatus values.
Declaration
public short ConnectionStatus { get; }
Property Value
Type | Description |
---|---|
short |
ErrorStatus
Translates the session's TerminalScreen.KeyboardDisabledReason value to Extra ErrorStatus values.
Declaration
public short ErrorStatus { get; }
Property Value
Type | Description |
---|---|
short |
Parent
Returns the parent of the specified object. Read-only.
Declaration
public Screen Parent { get; }
Property Value
Type | Description |
---|---|
Screen |
XStatus
Translates the session's TerminalScreen.KeyboardDisabledReason value to Extra XCLOCK states.
Declaration
public short XStatus { get; }
Property Value
Type | Description |
---|---|
short |