Interface OIA
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.
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
[ComVisible(true)]
public interface OIA
Properties
Application
Returns the System object. Read-only.
Declaration
System Application { get; }
Property Value
Type | Description |
---|---|
System |
ConnectionStatus
Translates the session's TerminalScreen.PartitionOwner value to Extra ConnectionStatus values.
Declaration
short ConnectionStatus { get; }
Property Value
Type | Description |
---|---|
short |
ErrorStatus
Translates the session's TerminalScreen.KeyboardDisabledReason value to Extra ErrorStatus values.
Declaration
short ErrorStatus { get; }
Property Value
Type | Description |
---|---|
short |
Parent
Returns the parent of the specified object. Read-only.
Declaration
Screen Parent { get; }
Property Value
Type | Description |
---|---|
Screen |
XStatus
Translates the session's TerminalScreen.KeyboardDisabledReason value to Extra XCLOCK states.
Declaration
short XStatus { get; }
Property Value
Type | Description |
---|---|
short |