Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
Connect ( PhysicalDevice device ) : |
||
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 |
Method | Description | |
---|---|---|
SendSerialData ( byte data ) : void |
Method | Description | |
---|---|---|
DataChanged ( ) : void |
public Connect ( PhysicalDevice device ) : |
||
device | PhysicalDevice | |
return |
public SendDimmerValue ( int channel, byte value ) : SendStatus | ||
channel | int | |
value | byte | |
return | SendStatus |
public SendDimmerValues ( int firstChannel, byte values ) : SendStatus | ||
firstChannel | int | |
values | byte | |
return | SendStatus |
public SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus | ||
firstChannel | int | |
values | byte | |
offset | int | |
length | int | |
return | SendStatus |
protected SendSerialData ( byte data ) : void | ||
data | byte | |
return | void |