.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Interface IAtmOia3270

Provides OIA (Operator Information Area) services to screen objects. Returned By Oia property.

Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public interface IAtmOia3270

Properties

ErrorStatus

Returns error status bits. Read-only.

Declaration
ATM_OIA_ERRORSTATUS ErrorStatus { get; }
Property Value
Type Description
ATM_OIA_ERRORSTATUS
See Also
KeyboardDisabledReason

OiaType

Returns the host type that the OIA is representing. Read-only.

Declaration
ATM_OIA OiaType { get; }
Property Value
Type Description
ATM_OIA
See Also
SessionType

Owner

Returns the current owner of the OIA. Read-only.

Declaration
ATM_OIA_OWNER Owner { get; }
Property Value
Type Description
ATM_OIA_OWNER
See Also
PartitionOwner

XStatus

The current status of the X() on the OIA. Read-only.

Declaration
ATM_OIA_XSTATUS XStatus { get; }
Property Value
Type Description
ATM_OIA_XSTATUS
See Also
KeyboardDisabledReason

Methods

WaitForXStatus(int, object, object)

calls WaitForStableDisplay().

Declaration
IAtmWait WaitForXStatus(int inWaitCond = 0, object inXStatusArray = null, object inWaitOption = null)
Parameters
Type Name Description
int inWaitCond

ignored

object inXStatusArray

ignored

object inWaitOption

ignored

Returns
Type Description
IAtmWait

Wait object indicating success.

See Also
WaitForStableDisplay()
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved