harmony 鸿蒙ApduSimIORequestInfo
ApduSimIORequestInfo
概述
APDU数据传输请求信息。
相关模块:
汇总
Public 属性
名称 | 描述 |
---|---|
serial | int 请求的序列号 |
channelId | int 通道ID |
type | int APDU指令类型,参考ETSI 102 221 [55] |
instruction | int APDU指令,参考ETSI 102 221 [55] |
p1 | int SIM数据请求命令参数,参考3GPP TS 51.011[28] |
p2 | int SIM数据请求命令参数2,参考3GPP TS 51.011[28] |
p3 | int SIM数据请求命令参数3,参考3GPP TS 51.011[28] 如果p3为负值,则会向SIM发送一个4字节的APDU |
data | String 请求传输的数据信息 |
类成员变量说明
channelId
int ApduSimIORequestInfo::channelId
描述: 通道ID
data
String ApduSimIORequestInfo::data
描述: 请求传输的数据信息
instruction
int ApduSimIORequestInfo::instruction
描述: APDU指令,参考ETSI 102 221 [55]
p1
int ApduSimIORequestInfo::p1
描述: SIM数据请求命令参数,参考3GPP TS 51.011[28]
p2
int ApduSimIORequestInfo::p2
描述: SIM数据请求命令参数2,参考3GPP TS 51.011[28]
p3
int ApduSimIORequestInfo::p3
描述: SIM数据请求命令参数3,参考3GPP TS 51.011[28] 如果p3为负值,则会向SIM发送一个4字节的APDU
serial
int ApduSimIORequestInfo::serial
描述: 请求的序列号
type
int ApduSimIORequestInfo::type
描述: APDU指令类型,参考ETSI 102 221 [55]
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦