• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SimIoRequestInfo
2
3
4## 概述
5
6SIM数据请求信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[Ril](_ril_v10.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### command
45
46```
47int SimIoRequestInfo::command
48```
49**描述**
50ME(Mobile Equipment)传递给SIM的命令,参考GSM 51.011[28]
51
52
53### data
54
55```
56String SimIoRequestInfo::data
57```
58**描述**
59要写入SIM的数据信息
60
61
62### fileId
63
64```
65int SimIoRequestInfo::fileId
66```
67**描述**
68SIM卡上基本数据文件的标识符
69
70
71### p1
72
73```
74int SimIoRequestInfo::p1
75```
76**描述**
77SIM数据请求命令参数1,参考3GPP TS 51.011[28]
78
79
80### p2
81
82```
83int SimIoRequestInfo::p2
84```
85**描述**
86SIM数据请求命令参数2,参考3GPP TS 51.011[28]
87
88
89### p3
90
91```
92int SimIoRequestInfo::p3
93```
94**描述**
95SIM数据请求命令参数3,参考3GPP TS 51.011[28]
96
97
98### path
99
100```
101String SimIoRequestInfo::path
102```
103**描述**
104SIM卡文件路径,参考ETSI TS 102 221 [60]
105
106
107### pin2
108
109```
110String SimIoRequestInfo::pin2
111```
112**描述**
113PIN2码
114
115
116### serial
117
118```
119int SimIoRequestInfo::serial
120```
121**描述**
122请求的序列号
123