Enum ATM_OIA_XSTATUS
Status or error condition displayed on the OIA.
Namespace: Attachmate.Verastream.HostIntegrator.EAO2V
Assembly: Attachmate.Verastream.HostIntegrator.EAO2V.dll
Syntax
[ComVisible(true)]
public enum ATM_OIA_XSTATUS
Fields
Name | Description |
---|---|
ATM_OIA_XS_BUSY | 3270 X-Clock: the host is busy; X() is currently in the OIA. |
ATM_OIA_XS_CLEAR | Input Not Inhibited: the host session is ready to receive input and the OIA is clear. |
ATM_OIA_XS_COMMCHECK | 3270 Communications Check error: generated when there is a problem communicating with the host (e.g., 510, 576 errors). |
ATM_OIA_XS_INVALID_CHAR | Invalid Character: an invalid character was entered; X-s is displayed in the OIA. Usually a RESET key must be sent to clear this condition. |
ATM_OIA_XS_INVALID_FUNC | 3270 Minus: invalid function; X-f is displayed in the OIA. |
ATM_OIA_XS_INVALID_NUM | 3270 What Number: invalid number. |
ATM_OIA_XS_MACHCHECK | Machine Check error: generated because of problems with the terminal connection to the controller. (Coax only.) |
ATM_OIA_XS_NUM_ONLY | 3270 Numeric error. |
ATM_OIA_XS_PAST_EOF | 3270 More Than error: user typed past the End Of Field. |
ATM_OIA_XS_PROGCHECK | 3270 Program Check error: generated because of errors in the data stream (e.g., the host is trying to place the cursor in an invalid location). Signified by an error string in the OIA, such as XPROG756. |
ATM_OIA_XS_PROTECTED_FIELD | 3270 Go Elsewhere: user typed in a protected field. |
ATM_OIA_XS_PRTBUSTED | 3270 Printer Busted: indicates a problem printing to a controller-attached printer. (Coax only.) |
ATM_OIA_XS_PRTBUSY | 3270 Printer Busy: indicates that a controller-attached printer is busy. (Coax only.) |
ATM_OIA_XS_PRTVERYBUSY | 3270 Printer Very Busy: indicates that a controller-attached printer is very busy. (Coax only.) |
ATM_OIA_XS_SYSTEM | 3270 System Lock: the system is locked waiting for user input. Usually, a Clear key needs to be sent to clear this condition. |
ATM_OIA_XS_UNAUTHORIZED_PRINTER | 3270 Unauthorized Printer access. |
ATM_OIA_XS_WHAT | 3270 What. |