NeighboringCellInfo.NetworkType Propiedad

Definición

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

Valor de propiedad

Tipo de red de radio mientras se almacena la ubicación de celda vecina.

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

Comentarios

Documentación de Java para android.telephony.NeighboringCellInfo.getNetworkType().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a