TelephonyManager.IccExchangeSimIO 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回通过SIM_IO发送的命令 APDU 的响应 APDU。
[Android.Runtime.Register("iccExchangeSimIO", "(IIIIILjava/lang/String;)[B", "GetIccExchangeSimIO_IIIIILjava_lang_String_Handler")]
public virtual byte[]? IccExchangeSimIO (int fileID, int command, int p1, int p2, int p3, string? filePath);
[<Android.Runtime.Register("iccExchangeSimIO", "(IIIIILjava/lang/String;)[B", "GetIccExchangeSimIO_IIIIILjava_lang_String_Handler")>]
abstract member IccExchangeSimIO : int * int * int * int * int * string -> byte[]
override this.IccExchangeSimIO : int * int * int * int * int * string -> byte[]
参数
- fileID
- Int32
fileID
- command
- Int32
命令
- p1
- Int32
APDU 命令的 P1 值。
- p2
- Int32
APDU 命令的 P2 值。
- p3
- Int32
APDU 命令的 P3 值。
- filePath
- String
filePath
返回
Byte[]
APDU 响应。
- 属性
注解
返回通过SIM_IO发送的命令 APDU 的响应 APDU。
需要权限: android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE
或调用应用具有运营商权限(请参阅 #hasCarrierPrivileges
)。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。