TelephonyManager.IccCloseLogicalChannel(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.