OhioInputInhibited Enumeration |
Specifies the input inhibited conditions.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public enum OhioInputInhibited
Public Enumeration OhioInputInhibited
Members
| Member name | Value | Description |
---|
| NOTINHIBITED | 0 |
Input not inhibited.
|
| SYSTEM_WAIT | 1 |
Input inhibited by a system wait state: "X SYSTEM" or "X ()".
|
| COMMCHECK | 2 |
"X COMMxxx" condition.
|
| PROGCHECK | 3 |
"X PROGxxx" condition.
|
| MACHINECHECK | 4 |
"X MACHxxx" condition.
|
| OTHER | 5 |
Input inhibited by some other X condition.
|
See Also