TelephonyManager.IccExchangeSimIO 方法

定义

返回通过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.telephony.TelephonyManager.iccExchangeSimIO(int, int, int, int, int, java.lang.String)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于