DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Table.TableElementData Struct Reference

Data representing the state of a table emlement More...

Public Member Functions

 TableElementData (TableElementTypeEnum TableElementType, int Number, int Value)
 Initializes a new instance of the TableElementData class. More...
 
 TableElementData (Char TableElementTypeChar, int Number, int Value)
 Initializes a new instance of the TableElementData class. More...
 
 TableElementData (TableElement TableElement)
 Initializes a new instance of the TableElementData class from the data in a TableElement. More...
 

Public Attributes

TableElementTypeEnum TableElementType
 The type of the table element. More...
 
int Number
 The number of the table element. More...
 
int Value
 The value of the table element. More...
 

Detailed Description

Data representing the state of a table emlement

Constructor & Destructor Documentation

DirectOutput.Table.TableElementData.TableElementData ( TableElementTypeEnum  TableElementType,
int  Number,
int  Value 
)

Initializes a new instance of the TableElementData class.

Parameters
TableElementTypeType of the table element as defined in TableElementTypeEnum.
NumberThe number of the table element.
ValueThe value of the table element.
DirectOutput.Table.TableElementData.TableElementData ( Char  TableElementTypeChar,
int  Number,
int  Value 
)

Initializes a new instance of the TableElementData class.

Parameters
TableElementTypeCharSingle character specifing the type of the table element. Valid values are the enum values in TableElementTypeEnum.
NumberThe number of the table element.
ValueThe value of the table element.
DirectOutput.Table.TableElementData.TableElementData ( TableElement  TableElement)

Initializes a new instance of the TableElementData class from the data in a TableElement.

Parameters
TableElementThe table element containg the data.

Member Data Documentation

int DirectOutput.Table.TableElementData.Number

The number of the table element.

TableElementTypeEnum DirectOutput.Table.TableElementData.TableElementType

The type of the table element.

int DirectOutput.Table.TableElementData.Value

The value of the table element.


The documentation for this struct was generated from the following file: