C# Class Animatroller.Framework.Expander.Renard

Inheritance: IPort, IRunnable, IDmxOutput, IOutputHardware
显示文件 Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
Connect ( PhysicalDevice device ) : Renard
Renard ( string portName ) : System
Run ( ) : void
SendDimmerValue ( int channel, byte value ) : SendStatus
SendDimmerValues ( int firstChannel, byte values ) : SendStatus
SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
SendSerialData ( byte data ) : void

Private Methods

Method Description
DataChanged ( ) : void

Method Details

Connect() public method

public Connect ( PhysicalDevice device ) : Renard
device PhysicalDevice
return Renard

Renard() public method

public Renard ( string portName ) : System
portName string
return System

Run() public method

public Run ( ) : void
return void

SendDimmerValue() public method

public SendDimmerValue ( int channel, byte value ) : SendStatus
channel int
value byte
return SendStatus

SendDimmerValues() public method

public SendDimmerValues ( int firstChannel, byte values ) : SendStatus
firstChannel int
values byte
return SendStatus

SendDimmerValues() public method

public SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus
firstChannel int
values byte
offset int
length int
return SendStatus

SendSerialData() protected method

protected SendSerialData ( byte data ) : void
data byte
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger