All the possible lamp states
| C# | Visual Basic | Visual C++ |
public enum LampState
Public Enumeration LampState
public enum class LampState
| Member | Description |
|---|---|
| BrokenFlutter |
Usually indicates a feature activation has been denied.
|
| Flutter |
Usually indicates a feature activation has been denied or a button with no feature associated
with it has been pushed
|
| Off |
Lamp is off
|
| Steady |
Lamp is on.
|
| Wink |
Lamp is winking (fast blink). Usually indicates a feature is pending activation.
|
| InvertedWink |
Lamp is winking in reverse. Usually indicates some kind of denial.
|
| Flash |
Lamp is flashing. Usually indicates a call is on hold or a feature is pending activation.
|
| InvertedFlash |
Lamp is flashing in reverse. Usually indicates some kind of denial.
|
| Undefined |
Some other lamp state. You shouldnever get this.
|
Assembly: ServiceProvider (Module: ServiceProvider)