WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.DMX.ArtnetEngine.Engine Class Reference

Artnet Engine used for DMX output.
The code of this class is based on the Engine class of eDMX.Net hosted on http://edmx.codeplex.com/. More...

Public Member Functions

void SendDMX (string BroadcastAdress, short Universe, byte[] Data, int DataLength)
 Sends DMX data to a Art-Net node. More...
 

Properties

static Engine Instance [get]
 Gets a singleton instance of the ArtNet engine. More...
 

Detailed Description

Artnet Engine used for DMX output.
The code of this class is based on the Engine class of eDMX.Net hosted on http://edmx.codeplex.com/.

Definition at line 14 of file Engine.cs.

Member Function Documentation

void DirectOutput.Cab.Out.DMX.ArtnetEngine.Engine.SendDMX ( string  BroadcastAdress,
short  Universe,
byte[]  Data,
int  DataLength 
)

Sends DMX data to a Art-Net node.

Parameters
BroadcastAdressThe broadcast adress for the transmission.
UniverseThe DMX universe to be addressed.
DataThe DMX data to be sent.
DataLengthLength of the data.

Definition at line 92 of file Engine.cs.

Property Documentation

Engine DirectOutput.Cab.Out.DMX.ArtnetEngine.Engine.Instance
staticget

Gets a singleton instance of the ArtNet engine.

The instance of the ArtNet engine.

Definition at line 25 of file Engine.cs.


The documentation for this class was generated from the following file: