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
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

Definition at line 8 of file TableElementData.cs.

Constructor & Destructor Documentation

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

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.

Definition at line 33 of file TableElementData.cs.

DirectOutput.Table.TableElementData.TableElementData ( Char  TableElementTypeChar,
int  Number,
int  Value 
)
inline

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.

Definition at line 47 of file TableElementData.cs.

DirectOutput.Table.TableElementData.TableElementData ( TableElement  TableElement)
inline

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

Parameters
TableElementThe table element containg the data.

Definition at line 67 of file TableElementData.cs.

Member Data Documentation

int DirectOutput.Table.TableElementData.Number

The number of the table element.

Definition at line 19 of file TableElementData.cs.

TableElementTypeEnum DirectOutput.Table.TableElementData.TableElementType

The type of the table element.

Definition at line 14 of file TableElementData.cs.

int DirectOutput.Table.TableElementData.Value

The value of the table element.

Definition at line 24 of file TableElementData.cs.


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