WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
IAutoConfigOutputController.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace DirectOutput.Cab.Out
7 {
11  public interface IAutoConfigOutputController
12  {
18  void AutoConfig(Cabinet Cabinet);
19 
20  }
21 }
The Cabinet object describes the parts of a pinball cabinet (toys, outputcontrollers, outputs and more).
Definition: Cabinet.cs:17
Interface for classes used to automatically detect and configure output controllers ...