Class LedId
- Namespace
- Jabra.NET.Sdk.ButtonCustomization
- Assembly
- Jabra.NET.Sdk.ButtonCustomization.dll
The controllable LEDs on Jabra devices. Please note that not all LEDs may be available on all devices.
public class LedId : Enumeration, IEquatable<Enumeration>
- Inheritance
-
EnumerationLedId
- Implements
-
IEquatable<Enumeration>
- Inherited Members
-
Enumeration.ToString()Enumeration.GetAll<T>()Enumeration.Equals(Enumeration)Enumeration.GetHashCode()Enumeration.NameEnumeration.Id
Constructors
LedId(int, string)
Initializes a new instance of the LedId class. This can be used to identify LEDs not yet defined in this library, provided you know the ID assigned to the LED by the device. Use the known static members such as Busylight where possible.
public LedId(int id, string name)
Parameters
idintThe ID assigned to the LED by the device firmware.
namestringA human-readable name for the LED.
Fields
Busylight
The LED used to indicate the busy status of the device. Please be aware this is different from the Busylight button. Some devices have a dedicated button to control the busylight status.
public static readonly LedId Busylight
Field Value
Methods
GetKnownLedIds()
Get a list of all statically known LED IDs.
public static IEnumerable<LedId> GetKnownLedIds()
Returns
- IEnumerable<LedId>
A sequence of known LED IDs.