DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
OutputControlEnum.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput.LedControl.Loader
3 {
7  public enum OutputControlEnum
8  {
12  FixedOn,
16  FixedOff,
20  Controlled,
21 
25  Condition
26  }
27 }