• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ApduSimIORequestInfo
2
3
4## 概述
5
6APDU数据传输请求信息。
7
8**相关模块:**
9
10[Ril](_ril.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18  | 名称 | 描述 |
19| -------- | -------- |
20| [serial](#serial) | int<br/>请求的序列号&nbsp; |
21| [channelId](#channelid) | int<br/>通道ID&nbsp; |
22| [type](#type) | int<br/>APDU指令类型,参考ETSI&nbsp;102&nbsp;221&nbsp;[55]&nbsp; |
23| [instruction](#instruction) | int<br/>APDU指令,参考ETSI&nbsp;102&nbsp;221&nbsp;[55]&nbsp; |
24| [p1](#p1) | int<br/>SIM数据请求命令参数,参考3GPP&nbsp;TS&nbsp;51.011[28]&nbsp; |
25| [p2](#p2) | int<br/>SIM数据请求命令参数2,参考3GPP&nbsp;TS&nbsp;51.011[28]&nbsp; |
26| [p3](#p3) | int<br/>SIM数据请求命令参数3,参考3GPP&nbsp;TS&nbsp;51.011[28]&nbsp;如果p3为负值,则会向SIM发送一个4字节的APDU&nbsp; |
27| [data](#data) | String<br/>请求传输的数据信息&nbsp; |
28
29
30## 类成员变量说明
31
32
33### channelId
34
35
36```
37int ApduSimIORequestInfo::channelId
38```
39**描述:**
40通道ID
41
42
43### data
44
45
46```
47String ApduSimIORequestInfo::data
48```
49**描述:**
50请求传输的数据信息
51
52
53### instruction
54
55
56```
57int ApduSimIORequestInfo::instruction
58```
59**描述:**
60APDU指令,参考ETSI 102 221 [55]
61
62
63### p1
64
65
66```
67int ApduSimIORequestInfo::p1
68```
69**描述:**
70SIM数据请求命令参数,参考3GPP TS 51.011[28]
71
72
73### p2
74
75
76```
77int ApduSimIORequestInfo::p2
78```
79**描述:**
80SIM数据请求命令参数2,参考3GPP TS 51.011[28]
81
82
83### p3
84
85
86```
87int ApduSimIORequestInfo::p3
88```
89**描述:**
90SIM数据请求命令参数3,参考3GPP TS 51.011[28] 如果p3为负值,则会向SIM发送一个4字节的APDU
91
92
93### serial
94
95
96```
97int ApduSimIORequestInfo::serial
98```
99**描述:**
100请求的序列号
101
102
103### type
104
105
106```
107int ApduSimIORequestInfo::type
108```
109**描述:**
110APDU指令类型,参考ETSI 102 221 [55]
111