Android.Telephony.TelephonyManager.IccOpenLogicalChannel Method
Opens a logical channel to the ICC card.

Syntax

[Android.Runtime.Register("iccOpenLogicalChannel", "(Ljava/lang/String;)Landroid/telephony/IccOpenLogicalChannelResponse;", "GetIccOpenLogicalChannel_Ljava_lang_String_Handler")]
public virtual IccOpenLogicalChannelResponse IccOpenLogicalChannel (string AID)

Parameters

AID
Application id. See ETSI 102.221 and 101.220.

Returns

Documentation for this section has not yet been entered.

Remarks

Opens a logical channel to the ICC card. Input parameters equivalent to TS 27.007 AT+CCHO 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