DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
DirectOutput.Table Namespace Reference

Classes

class  Table
 Holds all table specific information and handles all TableElements. More...
class  TableElement
 Represents a element (e.g. Switch, Solenoid) of a pinball table. More...
struct  TableElementData
 Data representing the state of a table emlement. More...
class  TableElementList
 List of TableElement objects. More...
class  TableElementValueChangedEventArgs
 EventArgs object for TableElementValueChanged events. More...

Enumerations

enum  TableConfigSourceEnum { Unknown , TableConfigurationFile , IniFile , TabbleConfigurationFileAndIniFile }
 Enum used to specify the source of a table configuration. More...

Enumeration Type Documentation

◆ TableConfigSourceEnum

Enum used to specify the source of a table configuration.

Enumerator
Unknown 

Source of the table configuration is unknown.

TableConfigurationFile 

Table configuration has been loaded from a table config file.

IniFile 

Table configuration has been loaded from a directoutputconfig.ini or a ledconbtrol.ini file.

TabbleConfigurationFileAndIniFile 

The table configurations is a combination from a table configuration file and a ini file.