DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.Cab.Out.DMX.DMXOutput Class Reference

IOutput implementation for DMX.
Inherits from Output and adds the DmxChannel property. More...

Inheritance diagram for DirectOutput.Cab.Out.DMX.DMXOutput:
Collaboration diagram for DirectOutput.Cab.Out.DMX.DMXOutput:

Properties

int DmxChannel [get, set]
 Gets or sets the DMX channel. More...
 
- Properties inherited from DirectOutput.Cab.Out.Output
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...
 

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

Detailed Description

IOutput implementation for DMX.
Inherits from Output and adds the DmxChannel property.

Property Documentation

int DirectOutput.Cab.Out.DMX.DMXOutput.DmxChannel
getset

Gets or sets the DMX channel.

The DMX channel.

Exceptions
System.ExceptionDmx channels numbers must be in the range of 1-512. The supplied number {0} is out of range..Build(value)

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