DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
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.
 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.

Detailed Description

Data representing the state of a table emlement.

Constructor & Destructor Documentation

◆ TableElementData() [1/4]

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.

◆ TableElementData() [2/4]

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.

◆ TableElementData() [3/4]

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.

◆ TableElementData() [4/4]

DirectOutput.Table.TableElementData.TableElementData ( string TableElementName,
int Value )

Member Data Documentation

◆ Name

string DirectOutput.Table.TableElementData.Name

The name of the table element.

◆ Number

int DirectOutput.Table.TableElementData.Number

The number of the table element.

◆ TableElementType

TableElementTypeEnum DirectOutput.Table.TableElementData.TableElementType

The type of the table element.

◆ Value

int DirectOutput.Table.TableElementData.Value

The value of the table element.


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