DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
IOutput.cs
Go to the documentation of this file.
1 using System;
2 using DirectOutput.General.Generic;
3 namespace DirectOutput.Cab.Out
4 {
5 
10  public interface IOutput:INamedItem
11  {
12 
13 
18  byte Value { get; set; }
19 
20 
25  }
26 }