Gets or sets the state of the onboard LED.

Namespace:  Phidgets
Assembly:  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

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also