NeighboringCellInfo.NetworkType プロパティ

定義

public virtual int NetworkType { [Android.Runtime.Register("getNetworkType", "()I", "GetGetNetworkTypeHandler")] get; }
[<get: Android.Runtime.Register("getNetworkType", "()I", "GetGetNetworkTypeHandler")>]
member this.NetworkType : int

プロパティ値

隣接セルの位置が保存されている間の無線ネットワークタイプ。

        Return <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_UNKNOWN TelephonyManager.NETWORK_TYPE_UNKNOWN</code>
        means that the location information is unavailable.

        Return <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_GPRS TelephonyManager.NETWORK_TYPE_GPRS</code> or
        <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_EDGE TelephonyManager.NETWORK_TYPE_EDGE</code>
        means that Neighboring Cell information is stored for GSM network, in
        which <code data-dev-comment-type="c">NeighboringCellInfo#getLac NeighboringCellInfo.getLac</code> and
        <code data-dev-comment-type="c">NeighboringCellInfo#getCid NeighboringCellInfo.getCid</code> should be
        called to access location.

        Return <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_UMTS TelephonyManager.NETWORK_TYPE_UMTS</code>,
        <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_HSDPA TelephonyManager.NETWORK_TYPE_HSDPA</code>,
        <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_HSUPA TelephonyManager.NETWORK_TYPE_HSUPA</code>,
        or <code data-dev-comment-type="c">TelephonyManager#NETWORK_TYPE_HSPA TelephonyManager.NETWORK_TYPE_HSPA</code>
        means that Neighboring Cell information is stored for UMTS network, in
        which <code data-dev-comment-type="c">NeighboringCellInfo#getPsc NeighboringCellInfo.getPsc</code>
        should be called to access location.
属性

注釈

の Java ドキュメント android.telephony.NeighboringCellInfo.getNetworkType()

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

適用対象