1# GetClipResult
2
3
4## 概述
5
6主叫号码显示结果信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [result](#result) | 查询结果,具体查看[RilErrType](_ril_v11.md#rilerrtype) |
21| int [action](#action) | 禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)功能  |
22| int [clipStat](#clipstat) | CLIP业务在网络的签约状态 |
23
24
25## 类成员变量说明
26
27
28### action
29
30```
31int GetClipResult::action
32```
33**描述**
34
35禁止或使能CLIP(Calling line Identification Presentation Supplementary Service)功能
36
37
38### clipStat
39
40```
41int GetClipResult::clipStat
42```
43**描述**
44
45CLIP业务在网络的签约状态
46
47- 0:CLIP业务未提供
48
49- 1:CLIP业务已提供
50
51- 2:未知(网络原因)
52
53
54### result
55
56```
57int GetClipResult::result
58```
59**描述**
60
61查询结果,具体查看[RilErrType](_ril_v11.md#rilerrtype)
62