C# Class basic_light_board.DMXMessage

Inheritance: System.EventArgs
Exibir arquivo Open project: ImagineLearning/NerfGallery

Public Properties

Property Type Description
message byte[]
type DMXProMsgLabel

Public Methods

Method Description
DMXMessage ( DMXProMsgLabel t, byte m ) : System

Method Details

DMXMessage() public method

public DMXMessage ( DMXProMsgLabel t, byte m ) : System
t DMXProMsgLabel
m byte
return System

Property Details

message public_oe property

public byte[] message
return byte[]

type public_oe property

public DMXProMsgLabel type
return DMXProMsgLabel