Android.Telephony.TelephonyManager.IccExchangeSimIO Method
Returns the response APDU for a command APDU sent through SIM_IO.

Syntax

[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)

Parameters

fileID
Documentation for this section has not yet been entered.
command
Documentation for this section has not yet been entered.
p1
P1 value of the APDU command.
p2
P2 value of the APDU command.
p3
P3 value of the APDU command.
filePath
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1