C# 클래스 Animatroller.Framework.Expander.IOExpander

상속: SerialController, IPort, IDmxOutput, IPixelOutput
파일 보기 프로젝트 열기: HakanL/animatroller 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( PhysicalDevice device ) : IOExpander
IOExpander ( string portName ) : System
SendDimmerValue ( int channel, byte value ) : SendStatus
SendDimmerValues ( int firstChannel, byte values ) : SendStatus
SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus
SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
SendPixelsValue ( int startChannel, PhysicalDevice rgb ) : SendStatus
SendPixelsValue ( int channel, byte rgb, int length ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
CommandReceived ( string data ) : void

비공개 메소드들

메소드 설명
WireupOutput ( int index ) : void

메소드 상세

CommandReceived() 보호된 메소드

protected CommandReceived ( string data ) : void
data string
리턴 void

Connect() 공개 메소드

public Connect ( PhysicalDevice device ) : IOExpander
device PhysicalDevice
리턴 IOExpander

IOExpander() 공개 메소드

public IOExpander ( string portName ) : System
portName string
리턴 System

SendDimmerValue() 공개 메소드

public SendDimmerValue ( int channel, byte value ) : SendStatus
channel int
value byte
리턴 SendStatus

SendDimmerValues() 공개 메소드

public SendDimmerValues ( int firstChannel, byte values ) : SendStatus
firstChannel int
values byte
리턴 SendStatus

SendDimmerValues() 공개 메소드

public SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus
firstChannel int
values byte
offset int
length int
리턴 SendStatus

SendPixelValue() 공개 메소드

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

SendPixelsValue() 공개 메소드

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

SendPixelsValue() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void