DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
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:
Collaboration diagram for DirectOutput.Cab.Out.IOutput:

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< NameChangeEventArgsBeforeNameChange
 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.

Property Documentation

byte DirectOutput.Cab.Out.IOutput.Value
getset

Value of the output.

Remarks
The implementation of this property has to be thread safe

Event Documentation

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

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


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