Android.Telephony.TelephonyManager.IccCloseLogicalChannel Method
Closes a previously opened logical channel to the ICC card.

Syntax

[Android.Runtime.Register("iccCloseLogicalChannel", "(I)Z", "GetIccCloseLogicalChannel_IHandler")]
public virtual bool IccCloseLogicalChannel (int channel)

Parameters

channel
is the channel id to be closed as retruned by a successful iccOpenLogicalChannel.

Returns

Documentation for this section has not yet been entered.

Remarks

Closes a previously opened logical channel to the ICC card. Input parameters equivalent to TS 27.007 AT+CCHC 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