• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RilRadioResponseInfo
2
3
4## 概述
5
6响应通用信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [slotId](#slotid) | int<br/>卡槽ID&nbsp; |
21| [flag](#flag) | int<br/>响应标识&nbsp; |
22| [serial](#serial) | int<br/>请求的序列号&nbsp; |
23| [error](#error) | enum&nbsp;[RilErrType](_ril.md#rilerrtype)<br/>错误码&nbsp; |
24| [type](#type) | enum&nbsp;[RilResponseTypes](_ril.md#rilresponsetypes)<br/>响应类型,具体查看[RilResponseTypes](_ril.md#rilresponsetypes) |
25
26
27## 类成员变量说明
28
29
30### error
31
32
33```
34enum RilErrType RilRadioResponseInfo::error
35```
36**描述:**
37错误码
38
39
40### flag
41
42
43```
44int RilRadioResponseInfo::flag
45```
46**描述:**
47响应标识
48
49
50### serial
51
52
53```
54int RilRadioResponseInfo::serial
55```
56**描述:**
57请求的序列号
58
59
60### slotId
61
62
63```
64int RilRadioResponseInfo::slotId
65```
66**描述:**
67卡槽ID
68
69
70### type
71
72
73```
74enum RilResponseTypes RilRadioResponseInfo::type
75```
76**描述:**
77响应类型,具体查看[RilResponseTypes](_ril.md#rilresponsetypes)
78