1 using System.Xml.Serialization;
18 public string OutputName {
get; set; }
26 public int LedWizEquivalentOutputNumber {
get; set; }
39 _Output = Cabinet.
Outputs[OutputName];
The Cabinet object describes the parts of a pinball cabinet (toys, outputcontrollers, outputs and more).
void Init(Cabinet Cabinet)
Initalizes the LedWizEquivalentOutput.
bool Contains(IOutput Output)
Checks if the specified IOutput exists in the list.
CabinetOutputList Outputs
List of IOutput objects representing all outputs of all all output controllers in the cabinet...
void Reset()
Resets the output to its default value.
The namespace DirectOutput.Cab contains all cabinet related classes like the Cabinet class itself...
DirectOutput.Cab.Out is the namespace for all output controller related classes like different output...
Common interface for outputs of any output controller. The Output class implements this interface and...
void Finish()
Finishes this instance and resets the output to its default value.
LEDWizEquivalentOutput is the output object for the LedWizEquivalent IToy.