C# Class basic_light_board.WidgetParameterArgs

Inheritance: System.EventArgs
Show file Open project: ImagineLearning/NerfGallery Class Usage Examples

Public Properties

Property Type Description
DMXOutBreakTime double
DMXOutMarkTime double
DMXOutRate int
Firmware System.UInt16
UserConfigData byte[]

Public Methods

Method Description
WidgetParameterArgs ( UInt16 dmxFirmware, double dmxOutBreakTime, double dmxOutMarkTime, int dmxOutRate, byte ConfigData ) : System

Method Details

WidgetParameterArgs() public method

public WidgetParameterArgs ( UInt16 dmxFirmware, double dmxOutBreakTime, double dmxOutMarkTime, int dmxOutRate, byte ConfigData ) : System
dmxFirmware System.UInt16
dmxOutBreakTime double
dmxOutMarkTime double
dmxOutRate int
ConfigData byte
return System

Property Details

DMXOutBreakTime public property

public double DMXOutBreakTime
return double

DMXOutMarkTime public property

public double DMXOutMarkTime
return double

DMXOutRate public property

public int DMXOutRate
return int

Firmware public property

public UInt16,System Firmware
return System.UInt16

UserConfigData public property

public byte[] UserConfigData
return byte[]