WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
IOutputController.cs File Reference

Go to the source code of this file.

Classes

interface  DirectOutput.Cab.Out.IOutputController
 Common interface for all outputcontrollers. Only classes implementing this interface can be used as output controllers in the framework.
The abstract OutputControllerBase class implements this interface and can be inherited for other output controller classes.
It is important to ensure that all classes inherting this interface are XML serializeable. More...
 

Namespaces

package  DirectOutput.Cab.Out
 DirectOutput.Cab.Out is the namespace for all output controller related classes like different output controller classes (all implementing IOutputController).