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
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
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
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
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. |