Click or drag to resize

Tone Methods

The Tone type exposes the following members.

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
See Also