Show / Hide Table of Contents

Class CustomTone

Custom tone definition.

Inheritance
object
CustomTone
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ivrToolkit.Core.Enums
Assembly: ivrToolkit.Core.dll
Syntax
public class CustomTone

Constructors

| Edit this page View Source

CustomTone(string)

Builds a custom tone based on the string definition passed in. example: '480,30,620,40,25,5,25,5,2'

Declaration
public CustomTone(string definition)
Parameters
Type Name Description
string definition

The definition of the tone to split up. Example: '480,30,620,40,25,5,25,5,2'

Fields

| Edit this page View Source

Freq1

First frequency value

Declaration
public int Freq1
Field Value
Type Description
int
| Edit this page View Source

Freq2

Second frequency value.

Declaration
public int Freq2
Field Value
Type Description
int
| Edit this page View Source

Frq1Dev

First frequency deviation value.

Declaration
public int Frq1Dev
Field Value
Type Description
int
| Edit this page View Source

Frq2Dev

Second frequency deviation value.

Declaration
public int Frq2Dev
Field Value
Type Description
int
| Edit this page View Source

Mode

Leading or Trailing tone detection.

Declaration
public ToneDetection Mode
Field Value
Type Description
ToneDetection
| Edit this page View Source

Offtdev

Cadence off time deviation value.

Declaration
public int Offtdev
Field Value
Type Description
int
| Edit this page View Source

Offtime

Cadence off time value.

Declaration
public int Offtime
Field Value
Type Description
int
| Edit this page View Source

Ontdev

Cadence on time deviation value.

Declaration
public int Ontdev
Field Value
Type Description
int
| Edit this page View Source

Ontime

Cadence on time value.

Declaration
public int Ontime
Field Value
Type Description
int
| Edit this page View Source

Repcnt

Repeat count.

Declaration
public int Repcnt
Field Value
Type Description
int
| Edit this page View Source

Tid

The tone Id.

Declaration
public int Tid
Field Value
Type Description
int
| Edit this page View Source

ToneType

The type of tone.

Declaration
public CustomToneType ToneType
Field Value
Type Description
CustomToneType

Extension Methods

ValidationExtensions.ThrowIfNull<T>(T, string)
  • View Source
In this article
Back to top Generated by DocFX