Tone Methods |
The Tone type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clones this instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromJson |
Deserializes from JSON.
| |
| FromJsonArray |
Deserializes an array from JSON.
| |
| FromPacket |
Deserializes from a packet.
| |
| FromToneString(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.
| |
| FromToneString(String, Int32) |
Converts a DTMF tone string into an array of tones.
Each tone will have an inter-tone gap of 100ms.
| |
| FromToneString(String, Int32, Int32) |
Converts a DTMF tone string into an array of tones.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToJson |
Serializes to JSON.
| |
| ToJson(Tone) |
Serializes to JSON.
| |
| ToJsonArray |
Serializes an array to JSON.
| |
| ToPacket |
Serializes to a packet.
| |
| ToString |
Serializes to a string.
(Overrides ObjectToString.) | |
| ToToneString |
Converts an array of DTMF tones into a tone string.
This discards duration and inter-tone gap data.
|