WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.LW.LedWizOutput Class Reference

Output class for LedWiz output controllers. More...

Inheritance diagram for DirectOutput.Cab.Out.LW.LedWizOutput:
DirectOutput.Cab.Out.Output DirectOutput.Cab.Out.IOutput DirectOutput.General.Generic.NamedItemBase DirectOutput.Cab.Out.IOutput DirectOutput.General.Generic.INamedItem DirectOutput.General.Generic.INamedItem DirectOutput.General.Generic.INamedItem

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...
 
int Number [get, set]
 Gets or sets the number of the Output object. 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...
 
int Number [get, set]
 Gets or sets the number of the Output object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DirectOutput.Cab.Out.Output
void OnValueChanged ()
 Called when value of the output changes. More...
 
- Protected Member Functions inherited from DirectOutput.General.Generic.NamedItemBase
virtual void AfterNameChange (string OldName, string NewName)
 
virtual void BeforeNameChange (string OldName, string NewName)
 
virtual void OnPropertyChanged (string propertyName)
 
virtual void OnPropertyChanging (string propertyName)
 
- 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.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChanged
 Event is fired before the value of the property Name is changed. More...
 
PropertyChangedEventHandler PropertyChanged
 
PropertyChangingEventHandler PropertyChanging
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChanged
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has 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.

Definition at line 12 of file LEDWizOutput.cs.

Constructor & Destructor Documentation

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

Initializes a new instance of the LedWizOutput class.

Definition at line 51 of file LEDWizOutput.cs.

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

LedWizOutput instance with the specified LedWizOutputNumber

Todo:
Generate unique output names

Definition at line 59 of file LEDWizOutput.cs.

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.

Definition at line 24 of file LEDWizOutput.cs.


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