C# 클래스 basic_light_board.DMXMessage

상속: System.EventArgs
파일 보기 프로젝트 열기: ImagineLearning/NerfGallery

공개 프로퍼티들

프로퍼티 타입 설명
message byte[]
type DMXProMsgLabel

공개 메소드들

메소드 설명
DMXMessage ( DMXProMsgLabel t, byte m ) : System

메소드 상세

DMXMessage() 공개 메소드

public DMXMessage ( DMXProMsgLabel t, byte m ) : System
t DMXProMsgLabel
m byte
리턴 System

프로퍼티 상세

message 공개적으로 프로퍼티

public byte[] message
리턴 byte[]

type 공개적으로 프로퍼티

public DMXProMsgLabel type
리턴 DMXProMsgLabel