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

Go to the source code of this file.

Classes

class  DirectOutput.Cab.Out.OutputControllerCompleteBase
 This abstract class implement the full base logic for a output controller with a separate thread for the hardware communication. All you have to do to create your own output controller class is to inherit this class and to implement a few abstract methods (int GetNumberOfConfiguredOutputs(), bool VerifySettings(), void ConnectToController(), void DisconnectFromController(), void UpdateOutputs(byte[] OutputValues). 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).