C# Class Animatroller.Framework.Expander.AcnStream.AcnPixelUniverse

Inheritance: IPixelOutput
Show file Open project: HakanL/animatroller

Public Methods

Method Description
AcnPixelUniverse ( AcnStream acnStream, int startUniverse, int startDmxChannel ) : System
SendPixelValue ( int channel, PixelRGBByte rgb ) : SendStatus
SendPixelsValue ( int channel, PixelRGBByte rgb ) : SendStatus
SendPixelsValue ( int channel, byte rgb, int length ) : void

Protected Methods

Method Description
GetAcnUniverse ( int universe ) : AcnUniverse

Method Details

AcnPixelUniverse() public method

public AcnPixelUniverse ( AcnStream acnStream, int startUniverse, int startDmxChannel ) : System
acnStream AcnStream
startUniverse int
startDmxChannel int
return System

GetAcnUniverse() protected method

protected GetAcnUniverse ( int universe ) : AcnUniverse
universe int
return AcnUniverse

SendPixelValue() public method

public SendPixelValue ( int channel, PixelRGBByte rgb ) : SendStatus
channel int
rgb Animatroller.Framework.PhysicalDevice.PixelRGBByte
return SendStatus

SendPixelsValue() public method

public SendPixelsValue ( int channel, PixelRGBByte rgb ) : SendStatus
channel int
rgb Animatroller.Framework.PhysicalDevice.PixelRGBByte
return SendStatus

SendPixelsValue() public method

public SendPixelsValue ( int channel, byte rgb, int length ) : void
channel int
rgb byte
length int
return void