Method | Description | |
---|---|---|
Off ( ) : void |
Switches the light off.
|
|
On ( ) : void |
Switches the light on.
|
Method | Description | |
---|---|---|
LightBase ( ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Lights.LightBase class. This is the default constructor.
|
|
OnStateChanged ( |
Raises the state changed event.
|
protected OnStateChanged ( |
||
e | /// The event arguments. /// | |
return | void |