WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
TableElementTypeEnum.cs
Go to the documentation of this file.
1 
2 namespace DirectOutput
3 {
7  public enum TableElementTypeEnum
8  {
12  Unknown='?',
16  Lamp='L',
20  Switch='W',
24  Solenoid='S',
28  GIString='G',
32  Mech='M',
36  GetMech='N',
40  EMTable='E',
44  LED='D',
48  Score='C',
52  ScoreDigit='B',
56  NamedElement='$'
57 
58 
59  }
60 }
Named table element
Mech object.
General illumination.
TableElementTypeEnum
Enum for the different TableElement types.
EM table element.
Unknown table element.
Mech object value from GetMech (PinMame/B2SServer specific)