Click or drag to resize

OhioInputInhibited Enumeration

Specifies the input inhibited conditions.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum OhioInputInhibited
Members
Member nameValueDescription
NOTINHIBITED0 Input not inhibited.
SYSTEM_WAIT1 Input inhibited by a system wait state: "X SYSTEM" or "X ()".
COMMCHECK2 "X COMMxxx" condition.
PROGCHECK3 "X PROGxxx" condition.
MACHINECHECK4 "X MACHxxx" condition.
OTHER5 Input inhibited by some other X condition.
See Also