DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Table.TableElementData Class Reference

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

Public Member Functions

TableElementData Clone ()
 Clones this instance. More...
 
 TableElementData ()
 Initializes a new instance of the TableElementData class. More...
 
 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...
 

Properties

TableElementTypeEnum TableElementType [get, set]
 Gets or sets the type of the table element. More...
 
int Number [get, set]
 Gets or sets the number of the table element. More...
 
int Value [get, set]
 Gets or sets 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 ( )
inline

Initializes a new instance of the TableElementData class.

Definition at line 44 of file TableElementData.cs.

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 52 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 66 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 86 of file TableElementData.cs.

Member Function Documentation

TableElementData DirectOutput.Table.TableElementData.Clone ( )
inline

Clones this instance.

Returns
A new TableElementData object containg the same values as the instance on which the methods was called.

Definition at line 36 of file TableElementData.cs.

Property Documentation

int DirectOutput.Table.TableElementData.Number
getset

Gets or sets the number of the table element.

The number of the table element.

Definition at line 23 of file TableElementData.cs.

TableElementTypeEnum DirectOutput.Table.TableElementData.TableElementType
getset

Gets or sets the type of the table element.

The type of the table element.

Definition at line 16 of file TableElementData.cs.

int DirectOutput.Table.TableElementData.Value
getset

Gets or sets the value of the table element.

The value of the table element.

Definition at line 30 of file TableElementData.cs.


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