DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
|
Basic IOutput implementation. More...
Public Member Functions | |
delegate void | ValueChangedEventHandler (object sender, OutputEventArgs e) |
Event handler for ValueChanged events. More... | |
Protected Member Functions | |
void | OnValueChanged () |
Called when value of the output changes. More... | |
Properties | |
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... | |
Events | |
ValueChangedEventHandler | ValueChanged |
Event fires if the Value property of the Ouput is changed More... | |
Events inherited from DirectOutput.General.Generic.NamedItemBase | |
EventHandler< NameChangeEventArgs > | AfterNameChanged |
Event is fired after the value of the property Name has changed. More... | |
EventHandler< NameChangeEventArgs > | BeforeNameChange |
Event is fired before the value of the property Name 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... | |
Events inherited from DirectOutput.Cab.Out.IOutput | |
Output.ValueChangedEventHandler | ValueChanged |
This event has to fire if the Value of the output is changed More... | |
Basic IOutput implementation.
|
protected |
Called when value of the output changes.
delegate void DirectOutput.Cab.Out.Output.ValueChangedEventHandler | ( | object | sender, |
OutputEventArgs | e | ||
) |
Event handler for ValueChanged events.
sender | The sender of the event. |
e | The OutputEventArgs instance containing the event data. |
|
getset |
Value of the Output.
Valid value range is 0-255.
ValueChangedEventHandler DirectOutput.Cab.Out.Output.ValueChanged |
Event fires if the Value property of the Ouput is changed