Android.Telephony.TelephonyManager.IccTransmitApduBasicChannel Method
Transmit an APDU to the ICC card over the basic channel.

Syntax

[Android.Runtime.Register("iccTransmitApduBasicChannel", "(IIIIILjava/lang/String;)Ljava/lang/String;", "GetIccTransmitApduBasicChannel_IIIIILjava_lang_String_Handler")]
public virtual string IccTransmitApduBasicChannel (int cla, int instruction, int p1, int p2, int p3, string data)

Parameters

cla
Class of the APDU command.
instruction
Instruction of the APDU command.
p1
P1 value of the APDU command.
p2
P2 value of the APDU command.
p3
P3 value of the APDU command. If p3 is negative a 4 byte APDU is sent to the SIM.
data
Data to be sent with the APDU.

Returns

Documentation for this section has not yet been entered.

Remarks

Transmit an APDU to the ICC card over the basic channel. Input parameters equivalent to TS 27.007 AT+CSIM command.

Requires Permission: NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#MODIFY_PHONE_STATE

[Android Documentation]

Requirements

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