DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
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/.

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.

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.


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