Click or drag to resize

Tone Class

A DTMF (telephone-event) tone.
Inheritance Hierarchy
SystemObject
  FM.IceLink.DtmfTone

Namespace:  FM.IceLink.Dtmf
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The Tone type exposes the following members.

Constructors
  NameDescription
Public methodTone(String)
Initializes a new instance of the Tone class.
Public methodTone(String, Int32)
Initializes a new instance of the Tone class.
Top
Properties
  NameDescription
Public propertyStatic memberA
Gets A tone.
Public propertyStatic memberAValue
Gets the A value ("A").
Public propertyStatic memberB
Gets the B tone.
Public propertyStatic memberBValue
Gets the B value ("B").
Public propertyStatic memberC
Gets the C tone.
Public propertyStatic memberCValue
Gets the C value ("C").
Public propertyStatic memberD
Gets the D tone.
Public propertyDuration
Gets or sets the duration in milliseconds.
Public propertyStatic memberDValue
Gets the D value ("D").
Public propertyStatic memberEight
Gets the eight tone.
Public propertyStatic memberEightValue
Gets the eight value ("8").
Public propertyStatic memberEmpty
Gets the empty tone.
Public propertyStatic memberEmptyValue
Gets the empty value ("").
Public propertyStatic memberFive
Gets the five tone.
Public propertyStatic memberFiveValue
Gets the five value ("5").
Public propertyStatic memberFour
Gets the four tone.
Public propertyStatic memberFourValue
Gets the four value ("4").
Public propertyStatic memberHash
Gets the hash tone.
Public propertyStatic memberHashValue
Gets the hash value ("#").
Public propertyStatic memberNine
Gets the nine tone.
Public propertyStatic memberNineValue
Gets the nine value ("9").
Public propertyStatic memberOne
Gets the one tone.
Public propertyStatic memberOneValue
Gets the one value ("1").
Public propertyStatic memberPause
Gets the pause tone.
Public propertyStatic memberPauseDuration
Gets the pause duration in milliseconds (2000).
Public propertyStatic memberPauseValue
Gets the pause value (",").
Public propertyStatic memberSeven
Gets the seven tone.
Public propertyStatic memberSevenValue
Gets the seven value ("7").
Public propertyStatic memberSix
Gets the six tone.
Public propertyStatic memberSixValue
Gets the six value ("6").
Public propertyStatic memberStar
Gets the star tone.
Public propertyStatic memberStarValue
Gets the star value ("*").
Public propertyStatic memberThree
Gets the three tone.
Public propertyStatic memberThreeValue
Gets the three value ("3").
Public propertyStatic memberTwo
Gets the two tone.
Public propertyStatic memberTwoValue
Gets the two value ("2").
Public propertyValue
Gets or sets the value.
Public propertyStatic memberZero
Gets the zero tone.
Public propertyStatic memberZeroValue
Gets the zero value ("0").
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes from JSON.
Public methodStatic memberFromJsonArray
Deserializes an array from JSON.
Public methodStatic memberFromPacket
Deserializes from a packet.
Public methodStatic memberFromToneString(String)
Converts a DTMF tone string into an array of tones. Each tone will have a duration of 100ms and an inter-tone gap of 100ms.
Public methodStatic memberFromToneString(String, Int32)
Converts a DTMF tone string into an array of tones. Each tone will have an inter-tone gap of 100ms.
Public methodStatic memberFromToneString(String, Int32, Int32)
Converts a DTMF tone string into an array of tones.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes to JSON.
Public methodStatic memberToJson(Tone)
Serializes to JSON.
Public methodStatic memberToJsonArray
Serializes an array to JSON.
Public methodToPacket
Serializes to a packet.
Public methodToString
Serializes to a string.
(Overrides ObjectToString.)
Public methodStatic memberToToneString
Converts an array of DTMF tones into a tone string. This discards duration and inter-tone gap data.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also