Android.Telephony.NeighboringCellInfo Members

The members of Android.Telephony.NeighboringCellInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Empty constructor.
Initialize the object from a parcel.
Initialize the object from rssi and cid.
Initialize the object from rssi, location string, and radioType radioType is one of following TelephonyManager.NETWORK_TYPE_GPRS, TelephonyManager.NETWORK_TYPE_EDGE, TelephonyManager.NETWORK_TYPE_UMTS, TelephonyManager.NETWORK_TYPE_HSDPA, TelephonyManager.NETWORK_TYPE_HSUPA, and TelephonyManager.NETWORK_TYPE_HSPA.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
UnknownCidint (-1). Cell location is not available
const
UnknownRssiint (99). Signal strength is not available

Public Properties

Cidint.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Lacint.
[read-only]
NetworkTypeint.
[read-only]
Pscint.
Rssiint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.