DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Out.LW.LedWizOutput Class Reference

Output class for LedWiz output controllers. More...

Inheritance diagram for DirectOutput.Cab.Out.LW.LedWizOutput:
Collaboration diagram for DirectOutput.Cab.Out.LW.LedWizOutput:

Public Member Functions

 LedWizOutput ()
 Initializes a new instance of the LedWizOutput class. More...
 
 LedWizOutput (int LedWizOutputNumber)
 LedWizOutput instance with the specified LedWizOutputNumber More...
 
- Public Member Functions inherited from DirectOutput.Cab.Out.Output
delegate void ValueChangedEventHandler (object sender, OutputEventArgs e)
 Event handler for ValueChanged events. More...
 

Properties

int LedWizOutputNumber [get, set]
 Number of the Output of the LedWiz. More...
 
- Properties inherited from DirectOutput.Cab.Out.Output
byte Value [get, set]
 Value of the Output.
Valid value range is 0-255. More...
 
- Properties inherited from DirectOutput.General.Generic.NamedItemBase
string Name [get, set]
 Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set. 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...
 
- Properties inherited from DirectOutput.Cab.Out.IOutput
byte Value [get, set]
 Value of the output.
More...
 

Additional Inherited Members

- Protected Member Functions inherited from DirectOutput.Cab.Out.Output
void OnValueChanged ()
 Called when value of the output changes. More...
 
- Events inherited from DirectOutput.Cab.Out.Output
ValueChangedEventHandler ValueChanged
 Event fires if the Value property of the Ouput is changed More...
 
- Events inherited from DirectOutput.Cab.Out.IOutput
Output.ValueChangedEventHandler ValueChanged
 This event has to fire if the Value of the output is changed More...
 

Detailed Description

Output class for LedWiz output controllers.

Constructor & Destructor Documentation

DirectOutput.Cab.Out.LW.LedWizOutput.LedWizOutput ( )

Initializes a new instance of the LedWizOutput class.

DirectOutput.Cab.Out.LW.LedWizOutput.LedWizOutput ( int  LedWizOutputNumber)

LedWizOutput instance with the specified LedWizOutputNumber

Property Documentation

int DirectOutput.Cab.Out.LW.LedWizOutput.LedWizOutputNumber
getset

Number of the Output of the LedWiz.

The LedWiz output number.

Exceptions
System.ExceptionLedWiz output numbers must be in the range of 1-32. The supplied number {0} is out of range.

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