DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
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...
Properties | |
byte | Value [get, set] |
Value of the output. 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< NameChangeEventArgs > | BeforeNameChange |
Occurs before the name of the item changes. More... | |
EventHandler< NameChangeEventArgs > | AfterNameChanged |
Occurs when after the name of the item has changed. More... | |
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.
|
getset |
Value of the output.
Output.ValueChangedEventHandler DirectOutput.Cab.Out.IOutput.ValueChanged |
This event has to fire if the Value of the output is changed