Condividi tramite


NeighboringCellInfo.NetworkType Proprietà

Definizione

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

Valore della proprietà

Tipo di rete radio mentre è archiviato il percorso della cella adiacente.

        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.
Attributi

Commenti

Documentazione java per android.telephony.NeighboringCellInfo.getNetworkType().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a