ActionScript Reference
com.bjc.ccs1
mx.core.UIComponent | +--com.bjc.ccs1.BJCLed
myBJCLed.setBlink( 0xff0000, 100 ); // Blinks in red color 10 times per second
Constructor | |
| BJCLed ( ) | |
| Constructor | |
Method Summary | |
| public | setBlink ( color: Number, speed: Number ): Void |
| This method may be used set the led in blinking mode. | |
| public | setColor ( color: Number ): Void |
| This method may be used to change the color of the led. | |
| public | setOff ( ): Void |
| This method may be used to set the led off. | |
| public | setOn ( color: Number ): Void |
| This method may be used to set the led on. | |
|
| Constructor |
|
This method may be used set the led in blinking mode.
| ||||||
|
|
This method may be used to change the color of the led.
| |||
|
|
This method may be used to set the led off.
|
|
|
This method may be used to set the led on.
| |||
|