1# SimIoRequestInfo
2
3
4## 概述
5
6SIM数据请求信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v11.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [command](#command) | ME(Mobile Equipment)传递给SIM的命令,参考GSM 51.011[28]  |
21| int [fileId](#fileid) | SIM卡上基本数据文件的标识符  |
22| int [p1](#p1) | SIM数据请求命令参数1,参考3GPP TS 51.011[28]  |
23| int [p2](#p2) | SIM数据请求命令参数2,参考3GPP TS 51.011[28]  |
24| int [p3](#p3) | SIM数据请求命令参数3,参考3GPP TS 51.011[28]  |
25| int [serial](#serial) | 请求的序列号  |
26| String [data](#data) | 要写入SIM的数据信息  |
27| String [path](#path) | SIM卡文件路径,参考ETSI TS 102 221 [60]  |
28| String [pin2](#pin2) | PIN2码  |
29| String [aid](#aid) | 应用标识  |
30
31
32## 类成员变量说明
33
34
35### aid
36
37```
38String SimIoRequestInfo::aid
39```
40**描述**
41
42应用标识
43
44
45### command
46
47```
48int SimIoRequestInfo::command
49```
50**描述**
51
52ME(Mobile Equipment)传递给SIM的命令,参考GSM 51.011[28]
53
54
55### data
56
57```
58String SimIoRequestInfo::data
59```
60**描述**
61
62要写入SIM的数据信息
63
64
65### fileId
66
67```
68int SimIoRequestInfo::fileId
69```
70**描述**
71
72SIM卡上基本数据文件的标识符
73
74
75### p1
76
77```
78int SimIoRequestInfo::p1
79```
80**描述**
81
82SIM数据请求命令参数1,参考3GPP TS 51.011[28]
83
84
85### p2
86
87```
88int SimIoRequestInfo::p2
89```
90**描述**
91
92SIM数据请求命令参数2,参考3GPP TS 51.011[28]
93
94
95### p3
96
97```
98int SimIoRequestInfo::p3
99```
100**描述**
101
102SIM数据请求命令参数3,参考3GPP TS 51.011[28]
103
104
105### path
106
107```
108String SimIoRequestInfo::path
109```
110**描述**
111
112SIM卡文件路径,参考ETSI TS 102 221 [60]
113
114
115### pin2
116
117```
118String SimIoRequestInfo::pin2
119```
120**描述**
121
122PIN2码
123
124
125### serial
126
127```
128int SimIoRequestInfo::serial
129```
130**描述**
131
132请求的序列号
133