C# 클래스 BlinkStickDotNet.SendColorEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
B byte
Channel byte
G byte
Index byte
R byte
SendToDevice System.Boolean

공개 메소드들

메소드 설명
SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System

메소드 상세

SendColorEventArgs() 공개 메소드

public SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System
channel byte
index byte
r byte
g byte
b byte
리턴 System

프로퍼티 상세

B 공개적으로 프로퍼티

public byte B
리턴 byte

Channel 공개적으로 프로퍼티

public byte Channel
리턴 byte

G 공개적으로 프로퍼티

public byte G
리턴 byte

Index 공개적으로 프로퍼티

public byte Index
리턴 byte

R 공개적으로 프로퍼티

public byte R
리턴 byte

SendToDevice 공개적으로 프로퍼티

public Boolean,System SendToDevice
리턴 System.Boolean