C# 클래스 Animatroller.Framework.Expander.OpcClient.OpcPixelUniverse

상속: IPixelOutput
파일 보기 프로젝트 열기: HakanL/animatroller

공개 메소드들

메소드 설명
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

메소드 상세

OpcPixelUniverse() 공개 메소드

public OpcPixelUniverse ( OpcClient opcClient, int opcChannel ) : System
opcClient OpcClient
opcChannel int
리턴 System

SendPixelValue() 공개 메소드

public SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
리턴 SendStatus

SendPixelsValue() 공개 메소드

public SendPixelsValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
리턴 SendStatus

SendPixelsValue() 공개 메소드

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