Table of Contents

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
Enumeration
LedMode
Implements
IEquatable<Enumeration>
Inherited Members
Enumeration.ToString()
Enumeration.GetAll<T>()
Enumeration.Equals(Enumeration)
Enumeration.GetHashCode()
Enumeration.Name
Enumeration.Id

Fields

FastPulse

The LED is pulsing quickly.

public static readonly LedMode FastPulse

Field Value

LedMode

Off

The LED is turned off.

public static readonly LedMode Off

Field Value

LedMode

On

The LED is turned on with a steady light.

public static readonly LedMode On

Field Value

LedMode

SlowPulse

The LED is pulsing slowly.

public static readonly LedMode SlowPulse

Field Value

LedMode