Method | Description | |
---|---|---|
Connect ( PhysicalDevice device ) : |
||
IOExpander ( string portName ) : System | ||
SendDimmerValue ( int channel, byte value ) : SendStatus | ||
SendDimmerValues ( int firstChannel, byte values ) : SendStatus | ||
SendDimmerValues ( int firstChannel, byte values, int offset, int length ) : SendStatus | ||
SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus | ||
SendPixelsValue ( int startChannel, PhysicalDevice rgb ) : SendStatus | ||
SendPixelsValue ( int channel, byte rgb, int length ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
CommandReceived ( string data ) : void |
Method | Description | |
---|---|---|
WireupOutput ( int index ) : void |
protected CommandReceived ( string data ) : void | ||
data | string | |
return | void |
public Connect ( PhysicalDevice device ) : |
||
device | PhysicalDevice | |
return |
public IOExpander ( string portName ) : System | ||
portName | string | |
return | System |
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 |
public SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus | ||
channel | int | |
rgb | PhysicalDevice | |
return | SendStatus |
public SendPixelsValue ( int startChannel, PhysicalDevice rgb ) : SendStatus | ||
startChannel | int | |
rgb | PhysicalDevice | |
return | SendStatus |
public SendPixelsValue ( int channel, byte rgb, int length ) : void | ||
channel | int | |
rgb | byte | |
length | int | |
return | void |