1# DtmfInfo
2
3
4## 概述
5
6发送双音多频(DTMF)信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v10.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [callId](#callid) | 呼叫 ID  |
21| int [onLength](#onlength) | DTMF音播放的时长  |
22| int [offLength](#offlength) | DTMF发送的间隔  |
23| int [stringLength](#stringlength) | DTMF字符串长度  |
24| String [dtmfKey](#dtmfkey) | DTMF关键字  |
25
26
27## 类成员变量说明
28
29
30### callId
31
32```
33int DtmfInfo::callId
34```
35**描述**
36
37呼叫 ID
38
39
40### dtmfKey
41
42```
43String DtmfInfo::dtmfKey
44```
45**描述**
46
47DTMF关键字
48
49
50### offLength
51
52```
53int DtmfInfo::offLength
54```
55**描述**
56
57DTMF发送的间隔
58
59
60### onLength
61
62```
63int DtmfInfo::onLength
64```
65**描述**
66
67DTMF音播放的时长
68
69
70### stringLength
71
72```
73int DtmfInfo::stringLength
74```
75**描述**
76
77DTMF字符串长度
78