![]() |
DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
|
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. | |
| TableElementData (Char TableElementTypeChar, int Number, int Value) | |
| Initializes a new instance of the TableElementData class. | |
| TableElementData (TableElement TableElement) | |
| Initializes a new instance of the TableElementData class from the data in a TableElement. | |
| TableElementData (string TableElementName, int Value) | |
Public Attributes | |
| TableElementTypeEnum | TableElementType |
| The type of the table element. | |
| int | Number |
| The number of the table element. | |
| int | Value |
| The value of the table element. | |
| string | Name |
| The name of the table element. | |
Data representing the state of a table emlement.
| DirectOutput.Table.TableElementData.TableElementData | ( | TableElementTypeEnum | TableElementType, |
| int | Number, | ||
| int | Value ) |
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. |
| DirectOutput.Table.TableElementData.TableElementData | ( | Char | TableElementTypeChar, |
| int | Number, | ||
| int | Value ) |
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. |
| DirectOutput.Table.TableElementData.TableElementData | ( | TableElement | TableElement | ) |
Initializes a new instance of the TableElementData class from the data in a TableElement.
| TableElement | The table element containg the data. |
| DirectOutput.Table.TableElementData.TableElementData | ( | string | TableElementName, |
| int | Value ) |
| string DirectOutput.Table.TableElementData.Name |
The name of the table element.
| 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.