DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent Class Reference

The LEDWizEquivalent toy is only used by the framework when ini files are used for the configuration to determine which outputs should be controled by the columns in the ini files.
Do not target this type of toy with any effects. More...

Inheritance diagram for DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent:
Collaboration diagram for DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent:

Public Member Functions

override void Init (Cabinet Cabinet)
 Initializes the LedwizEquivalent toy. More...
 
override void Reset ()
 Resets all output to their default state. More...
 
override void Finish ()
 Finishes the LedWizEquivalent toy. More...
 
 LedWizEquivalent ()
 Initializes a new instance of the LedWizEquivalent class. More...
 
 LedWizEquivalent (DirectOutput.Cab.Out.LW.LedWiz LedWiz)
 Initializes a new instance of the LedWizEquivalent class. More...
 

Properties

LedWizEquivalentOutputList Outputs [get, set]
 Gets or sets the outputs of the LedWizEquivalent toy. More...
 
int LedWizNumber [get, set]
 Gets or sets the number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy. More...
 
- Properties inherited from DirectOutput.Cab.Toys.IToy
new string Name [get, set]
 Gets or sets the Name of the IToy. More...
 
- Properties inherited from DirectOutput.General.Generic.INamedItem
string Name [get, set]
 Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More...
 

Additional Inherited Members

- Events inherited from DirectOutput.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChange
 Event is fired before the value of the property Name is changed. More...
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChange
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

The LEDWizEquivalent toy is only used by the framework when ini files are used for the configuration to determine which outputs should be controled by the columns in the ini files.
Do not target this type of toy with any effects.

Constructor & Destructor Documentation

DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizEquivalent ( )

Initializes a new instance of the LedWizEquivalent class.

DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizEquivalent ( DirectOutput.Cab.Out.LW.LedWiz  LedWiz)

Initializes a new instance of the LedWizEquivalent class.

Parameters
LedWizReference to a LedWiz object used to configure the LedWizEquivalent.

Member Function Documentation

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Finish ( )

Finishes the LedWizEquivalent toy.

Implements DirectOutput.Cab.Toys.IToy.

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Init ( Cabinet  Cabinet)

Initializes the LedwizEquivalent toy.

Parameters
CabinetCabinet object to which the LedWizEquivalent belongs.

Implements DirectOutput.Cab.Toys.IToy.

override void DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Reset ( )

Resets all output to their default state.

Implements DirectOutput.Cab.Toys.IToy.

Property Documentation

int DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.LedWizNumber
getset

Gets or sets the number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy.

The number of the virtual LedWiz resp. ini file to be matched with the LedWizEquivalentToy.

LedWizEquivalentOutputList DirectOutput.Cab.Toys.LWEquivalent.LedWizEquivalent.Outputs
getset

Gets or sets the outputs of the LedWizEquivalent toy.

The outputs of the LedWizEquivalent toy.


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