Namespace Attachmate.Verastream.HostIntegrator.EAO2V
Classes
AtmConTN3270
Provides TN3270 connection services for the AtmSession object.
AtmConstants
Global Constants.
AtmScreen3270
Provides 3270-specific screen services to AtmSession objects.
AtmSession
The Session object handles the communication flow from the host datastream.
AtmSessionConstants
Global Constants.
Interfaces
IAtmConTN3270
Provides TN3270 connection services for the AtmSession object.
IAtmOia3270
Provides OIA (Operator Information Area) services to screen objects. Returned By Oia property.
IAtmScreen3270
Provides 3270-specific screen services to AtmSession objects.
IAtmSession
The Session object handles the communication flow from the host datastream.
IAtmWait
VHI does not have asynchronous calls. Functions always execute synchronously, and then return a Wait object with the result. To access the result, invoke the Wait method or use the Value property.
Enums
ATM_AREA
Describes a defined character text region on which to perform an operation. ATM_AREA flags can be used together with the ATM_WRAP flags to define text regions.
ATM_FIELDTYPE
Used by FindField, FieldCount to define types of fields.
ATM_FINDFIELD
Used by FindField to specify types of find operations.
ATM_OIA
Specifies OIA type.
ATM_OIA_ERRORSTATUS
Error Status.
ATM_OIA_OWNER
Specifies current owner.
ATM_OIA_XSTATUS
Status or error condition displayed on the OIA.
ATM_SESSION_STATE
Indicates the state of the session.
ATM_WRAP
Describes screen wrapping characteristics.