WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.IOutput Interface Reference

Common interface for outputs of any output controller. The Output class implements this interface and can be inherited for the implementation of other output types. More...

Inheritance diagram for DirectOutput.Cab.Out.IOutput:
DirectOutput.General.Generic.INamedItem DirectOutput.Cab.Out.DMX.DMXOutput DirectOutput.Cab.Out.LW.LedWizOutput DirectOutput.Cab.Out.Output DirectOutput.Cab.Out.AdressableLedStrip.LedStripOutput DirectOutput.Cab.Out.DMX.DMXOutput DirectOutput.Cab.Out.LW.LedWizOutput

Properties

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

Events

Output.ValueChangedEventHandler ValueChanged
 This event has to fire if the Value of the output is changed More...
 
- 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...
 

Detailed Description

Common interface for outputs of any output controller. The Output class implements this interface and can be inherited for the implementation of other output types.

Definition at line 10 of file IOutput.cs.

Property Documentation

int DirectOutput.Cab.Out.IOutput.Number
getset

Gets or sets the number of the Output object.

The number of the Numbered object.

Definition at line 27 of file IOutput.cs.

byte DirectOutput.Cab.Out.IOutput.Value
getset

Value of the output.

Remarks
The implementation of this property has to be thread safe

Definition at line 18 of file IOutput.cs.

Event Documentation

Output.ValueChangedEventHandler DirectOutput.Cab.Out.IOutput.ValueChanged

This event has to fire if the Value of the output is changed

Definition at line 33 of file IOutput.cs.


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