IccOpenLogicalChannelResponse.StatusNoError フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.IccOpenLogicalChannelResponseStatus enum directly instead of this field.

open channel コマンドによって返される可能性のある状態値。

[Android.Runtime.Register("STATUS_NO_ERROR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IccOpenLogicalChannelResponseStatus enum directly instead of this field.", true)]
public const Android.Telephony.IccOpenLogicalChannelResponseStatus StatusNoError = 1;
[<Android.Runtime.Register("STATUS_NO_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.IccOpenLogicalChannelResponseStatus enum directly instead of this field.", true)>]
val mutable StatusNoError : Android.Telephony.IccOpenLogicalChannelResponseStatus

フィールド値

Value = 1

実装

属性

注釈

open channel コマンドによって返される可能性のある状態値。

STATUS_NO_ERROR: チャネルを開くコマンドが正常に返されました。 STATUS_MISSING_RESOURCE: 使用できる論理チャネルがありません。 STATUS_NO_SUCH_ELEMENT: UICC で AID が見つかりません。 STATUS_UNKNOWN_ERROR: チャネルを開くコマンドで不明なエラーが発生しました。

android.telephony.IccOpenLogicalChannelResponse.STATUS_NO_ERRORJava ドキュメント。

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

適用対象