TelephonyManager.IccCloseLogicalChannel(Int32) メソッド

定義

以前に開いた論理チャネルを ICC カードに閉じます。

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

パラメーター

channel
Int32

は、成功した iccOpenLogicalChannel によって返されるチャネル ID です。

戻り値

チャネルが正常に閉じられた場合は true。

属性

注釈

の Java ドキュメント android.telephony.TelephonyManager.iccCloseLogicalChannel(int)

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象