Partager via


NeighboringCellInfo Constructeurs

Définition

Surcharges

NeighboringCellInfo()
Obsolète.

Constructeur vide.

NeighboringCellInfo(Parcel)

Initialisez l’objet à partir d’un colis.

NeighboringCellInfo(Int32, Int32)
Obsolète.

Initialisez l’objet à partir de rssi et cid.

NeighboringCellInfo(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

NeighboringCellInfo(Int32, String, NetworkType)

Initialiser l’objet à partir de rssi, chaîne d’emplacement et radioType radioType est l’un des éléments suivants : TelephonyManager#NETWORK_TYPE_GPRS TelephonyManager.NETWORK_TYPE_GPRS, , TelephonyManager#NETWORK_TYPE_EDGE TelephonyManager.NETWORK_TYPE_EDGETelephonyManager#NETWORK_TYPE_UMTS TelephonyManager.NETWORK_TYPE_UMTS, TelephonyManager#NETWORK_TYPE_HSDPA TelephonyManager.NETWORK_TYPE_HSDPA, TelephonyManager#NETWORK_TYPE_HSUPA TelephonyManager.NETWORK_TYPE_HSUPA, et TelephonyManager#NETWORK_TYPE_HSPA TelephonyManager.NETWORK_TYPE_HSPA.

NeighboringCellInfo()

Attention

deprecated

Constructeur vide.

[Android.Runtime.Register(".ctor", "()V", "")]
[System.Obsolete("deprecated")]
public NeighboringCellInfo ();
Attributs

Remarques

Constructeur vide. Initialise le RSSI et le CID.

VoisinCellInfo est un coup de temps pour les cellules voisines basées sur le type de réseau radio à ce moment-là. Son constructeur a besoin d’un type de réseau radio.

Ce membre est déconseillé. par #NeighboringCellInfo(int, String, int)

Documentation Java pour android.telephony.NeighboringCellInfo.NeighboringCellInfo().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

NeighboringCellInfo(Parcel)

Initialisez l’objet à partir d’un colis.

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public NeighboringCellInfo (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Telephony.NeighboringCellInfo : Android.OS.Parcel -> Android.Telephony.NeighboringCellInfo

Paramètres

in
Parcel
Attributs

Remarques

Initialisez l’objet à partir d’un colis.

Documentation Java pour android.telephony.NeighboringCellInfo.NeighboringCellInfo(android.os.Parcel).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

NeighboringCellInfo(Int32, Int32)

Attention

deprecated

Initialisez l’objet à partir de rssi et cid.

[Android.Runtime.Register(".ctor", "(II)V", "")]
[System.Obsolete("deprecated")]
public NeighboringCellInfo (int rssi, int cid);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Telephony.NeighboringCellInfo : int * int -> Android.Telephony.NeighboringCellInfo

Paramètres

rssi
Int32
cid
Int32
Attributs

Remarques

Initialisez l’objet à partir de rssi et cid.

VoisinCellInfo est un coup de temps pour les cellules voisines basées sur le type de réseau radio à ce moment-là. Son constructeur a besoin d’un type de réseau radio.

Ce membre est déconseillé. par #NeighboringCellInfo(int, String, int)

Documentation Java pour android.telephony.NeighboringCellInfo.NeighboringCellInfo(int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

NeighboringCellInfo(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

protected NeighboringCellInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telephony.NeighboringCellInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telephony.NeighboringCellInfo

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

NeighboringCellInfo(Int32, String, NetworkType)

Initialiser l’objet à partir de rssi, chaîne d’emplacement et radioType radioType est l’un des éléments suivants : TelephonyManager#NETWORK_TYPE_GPRS TelephonyManager.NETWORK_TYPE_GPRS, , TelephonyManager#NETWORK_TYPE_EDGE TelephonyManager.NETWORK_TYPE_EDGETelephonyManager#NETWORK_TYPE_UMTS TelephonyManager.NETWORK_TYPE_UMTS, TelephonyManager#NETWORK_TYPE_HSDPA TelephonyManager.NETWORK_TYPE_HSDPA, TelephonyManager#NETWORK_TYPE_HSUPA TelephonyManager.NETWORK_TYPE_HSUPA, et TelephonyManager#NETWORK_TYPE_HSPA TelephonyManager.NETWORK_TYPE_HSPA.

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;I)V", "")]
public NeighboringCellInfo (int rssi, string? location, Android.Telephony.NetworkType radioType);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;I)V", "")>]
new Android.Telephony.NeighboringCellInfo : int * string * Android.Telephony.NetworkType -> Android.Telephony.NeighboringCellInfo

Paramètres

rssi
Int32
location
String
radioType
NetworkType
Attributs

Remarques

Initialiser l’objet à partir de rssi, chaîne d’emplacement et radioType radioType est l’un des éléments suivants : TelephonyManager#NETWORK_TYPE_GPRS TelephonyManager.NETWORK_TYPE_GPRS, , TelephonyManager#NETWORK_TYPE_EDGE TelephonyManager.NETWORK_TYPE_EDGETelephonyManager#NETWORK_TYPE_UMTS TelephonyManager.NETWORK_TYPE_UMTS, TelephonyManager#NETWORK_TYPE_HSDPA TelephonyManager.NETWORK_TYPE_HSDPA, TelephonyManager#NETWORK_TYPE_HSUPA TelephonyManager.NETWORK_TYPE_HSUPA, et TelephonyManager#NETWORK_TYPE_HSPA TelephonyManager.NETWORK_TYPE_HSPA.

Documentation Java pour android.telephony.NeighboringCellInfo.NeighboringCellInfo(int, java.lang.String, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à