C# Class Animatroller.Framework.Expander.OpcClient.OpcPixelUniverse

Inheritance: IPixelOutput
ファイルを表示 Open project: HakanL/animatroller

Public Methods

Method Description
OpcPixelUniverse ( OpcClient opcClient, int opcChannel ) : System
SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
SendPixelsValue ( int channel, PhysicalDevice rgb ) : SendStatus
SendPixelsValue ( int channel, byte rgb, int length ) : void

Method Details

OpcPixelUniverse() public method

public OpcPixelUniverse ( OpcClient opcClient, int opcChannel ) : System
opcClient OpcClient
opcChannel int
return System

SendPixelValue() public method

public SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
return SendStatus

SendPixelsValue() public method

public SendPixelsValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
return SendStatus

SendPixelsValue() public method

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