Gets or sets the state of the onboard LED.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public bool LED { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property LED As Boolean |
| Visual C++ |
|---|
public: property bool LED { bool get (); void set (bool value); } |
Remarks
True turns the LED on, False turns it off. The LED is by default turned off.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |