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 屬性授權中所述的詞彙使用。