DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
24
event
Output
.
ValueChangedEventHandler
ValueChanged
;
25
}
26
}
DirectOutput
Cab
Out
IOutput.cs
Generated on Sun Mar 29 2015 13:38:04 for DirectOuput Framework R2 by
1.8.3.1