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

Inheritance: IPixelOutput
Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode 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 méthode

public OpcPixelUniverse ( OpcClient opcClient, int opcChannel ) : System
opcClient OpcClient
opcChannel int
Résultat System

SendPixelValue() public méthode

public SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
Résultat SendStatus

SendPixelsValue() public méthode

public SendPixelsValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
Résultat SendStatus

SendPixelsValue() public méthode

public SendPixelsValue ( int channel, byte rgb, int length ) : void
channel int
rgb byte
length int
Résultat void