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