C# 클래스 Animatroller.Framework.Expander.AcnStream.AcnUniverse

상속: IDmxOutput, IDisposable
파일 보기 프로젝트 열기: HakanL/animatroller

공개 메소드들

메소드 설명
AcnUniverse ( Acn streamer, int universe, AcnStream parent ) : System
Dispose ( ) : void
SendDimmerValue ( int channel, byte value ) : SendStatus
SendDimmerValues ( int firstChannel, byte values ) : SendStatus
SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus

메소드 상세

AcnUniverse() 공개 메소드

public AcnUniverse ( Acn streamer, int universe, AcnStream parent ) : System
streamer Acn
universe int
parent AcnStream
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

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