Represents an Illumination device
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class Lights
Public Class Lights
public ref class Lights
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
Lights()()() | Initializes a new instance of the Lights class | |
Actual |
Current illumination setting (Percentage range 0-100)
Maybe different than target due to power handling on the device
| |
Control(Double) |
Set the illumiation level
| |
Control_Add(Double) |
Increment a value to the illumination level
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Target |
Desired illumination setting (Percentage range 0-100)
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
Lights |