DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
|
Go to: Overview |
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... | |
Data representing the state of a table emlement
Definition at line 8 of file TableElementData.cs.
|
inline |
Initializes a new instance of the TableElementData class.
Definition at line 44 of file TableElementData.cs.
|
inline |
Initializes a new instance of the TableElementData class.
TableElementType | Type of the table element as defined in TableElementTypeEnum. |
Number | The number of the table element. |
Value | The value of the table element. |
Definition at line 52 of file TableElementData.cs.
|
inline |
Initializes a new instance of the TableElementData class.
TableElementTypeChar | Single character specifing the type of the table element. Valid values are the enum values in TableElementTypeEnum. |
Number | The number of the table element. |
Value | The value of the table element. |
Definition at line 66 of file TableElementData.cs.
|
inline |
Initializes a new instance of the TableElementData class from the data in a TableElement.
TableElement | The table element containg the data. |
Definition at line 86 of file TableElementData.cs.
|
inline |
Clones this instance.
Definition at line 36 of file TableElementData.cs.
|
getset |
Gets or sets the number of the table element.
The number of the table element.
Definition at line 23 of file TableElementData.cs.
|
getset |
Gets or sets the type of the table element.
The type of the table element.
Definition at line 16 of file TableElementData.cs.
|
getset |
Gets or sets the value of the table element.
The value of the table element.
Definition at line 30 of file TableElementData.cs.