Class LedMode
- Namespace
- Jabra.NET.Sdk.ButtonCustomization
- Assembly
- Jabra.NET.Sdk.ButtonCustomization.dll
The mode of the LED on the Jabra device.
public class LedMode : Enumeration, IEquatable<Enumeration>
- Inheritance
-
EnumerationLedMode
- Implements
-
IEquatable<Enumeration>
- Inherited Members
-
Enumeration.ToString()Enumeration.GetAll<T>()Enumeration.Equals(Enumeration)Enumeration.GetHashCode()Enumeration.NameEnumeration.Id
Fields
FastPulse
The LED is pulsing quickly.
public static readonly LedMode FastPulse
Field Value
Off
The LED is turned off.
public static readonly LedMode Off
Field Value
On
The LED is turned on with a steady light.
public static readonly LedMode On
Field Value
SlowPulse
The LED is pulsing slowly.
public static readonly LedMode SlowPulse