OhioInputInhibited Enumeration |
Specifies the input inhibited conditions.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
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