Tone Class |
Namespace: FM.IceLink.Dtmf
The Tone type exposes the following members.
Name | Description | |
---|---|---|
Tone(String) |
Initializes a new instance of the Tone class.
| |
Tone(String, Int32) |
Initializes a new instance of the Tone class.
|
Name | Description | |
---|---|---|
A |
Gets A tone.
| |
AValue |
Gets the A value ("A").
| |
B |
Gets the B tone.
| |
BValue |
Gets the B value ("B").
| |
C |
Gets the C tone.
| |
CValue |
Gets the C value ("C").
| |
D |
Gets the D tone.
| |
Duration |
Gets or sets the duration in milliseconds.
| |
DValue |
Gets the D value ("D").
| |
Eight |
Gets the eight tone.
| |
EightValue |
Gets the eight value ("8").
| |
Empty |
Gets the empty tone.
| |
EmptyValue |
Gets the empty value ("").
| |
Five |
Gets the five tone.
| |
FiveValue |
Gets the five value ("5").
| |
Four |
Gets the four tone.
| |
FourValue |
Gets the four value ("4").
| |
Hash |
Gets the hash tone.
| |
HashValue |
Gets the hash value ("#").
| |
Nine |
Gets the nine tone.
| |
NineValue |
Gets the nine value ("9").
| |
One |
Gets the one tone.
| |
OneValue |
Gets the one value ("1").
| |
Pause |
Gets the pause tone.
| |
PauseDuration |
Gets the pause duration in milliseconds (2000).
| |
PauseValue |
Gets the pause value (",").
| |
Seven |
Gets the seven tone.
| |
SevenValue |
Gets the seven value ("7").
| |
Six |
Gets the six tone.
| |
SixValue |
Gets the six value ("6").
| |
Star |
Gets the star tone.
| |
StarValue |
Gets the star value ("*").
| |
Three |
Gets the three tone.
| |
ThreeValue |
Gets the three value ("3").
| |
Two |
Gets the two tone.
| |
TwoValue |
Gets the two value ("2").
| |
Value |
Gets or sets the value.
| |
Zero |
Gets the zero tone.
| |
ZeroValue |
Gets the zero value ("0").
|
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.
|