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

A simple wrapper for the OutputNumbered class. This might be replaced with some more sophisticated solution in the future. More...

Inheritance diagram for DirectOutput.Cab.Out.AdressableLedStrip.LedStripOutput:
DirectOutput.Cab.Out.Output DirectOutput.General.Generic.NamedItemBase DirectOutput.Cab.Out.IOutput DirectOutput.General.Generic.INamedItem DirectOutput.General.Generic.INamedItem

Additional Inherited Members

- Public Member Functions inherited from DirectOutput.Cab.Out.Output
delegate void ValueChangedEventHandler (object sender, OutputEventArgs e)
 Event handler for ValueChanged events. More...
 
- 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)
 
- 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...
 
- 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

A simple wrapper for the OutputNumbered class. This might be replaced with some more sophisticated solution in the future.

Definition at line 14 of file LedStripOutput.cs.


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