TelephonyManager.IccCloseLogicalChannel(Int32) Method

Definition

Caution

deprecated

Closes a previously opened logical channel to the ICC card.

[Android.Runtime.Register("iccCloseLogicalChannel", "(I)Z", "GetIccCloseLogicalChannel_IHandler")]
[System.Obsolete("deprecated")]
public virtual bool IccCloseLogicalChannel (int channel);
[<Android.Runtime.Register("iccCloseLogicalChannel", "(I)Z", "GetIccCloseLogicalChannel_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IccCloseLogicalChannel : int -> bool
override this.IccCloseLogicalChannel : int -> bool

Parameters

channel
Int32

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

Returns

Boolean

true if the channel was closed successfully.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.iccCloseLogicalChannel(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to