WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
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 }
OutputControlEnum
Used the specify how the output for a setting is controled.
Has a condition (e.g. (S48=1 and S49=0)
Is controlled by a table element.
Is always on (triggered with static effects).