NeighboringCellInfo.Cid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Set the cell id.
public virtual int Cid { [Android.Runtime.Register("getCid", "()I", "GetGetCidHandler")] get; [Android.Runtime.Register("setCid", "(I)V", "GetSetCid_IHandler")] [System.Obsolete("deprecated")] set; }
[<get: Android.Runtime.Register("getCid", "()I", "GetGetCidHandler")>]
[<set: Android.Runtime.Register("setCid", "(I)V", "GetSetCid_IHandler")>]
[<set: System.Obsolete("deprecated")>]
member this.Cid : int with get, set
Property Value
cell id in GSM, 0xffff max legal value UNKNOWN_CID if in UMTS or CDMA or unknown
- Attributes
Remarks
Property getter documentation:
Java documentation for android.telephony.NeighboringCellInfo.getCid()
.
Property setter documentation:
Set the cell id.
NeighboringCellInfo is a one time shot for the neighboring cells based on the radio network type at that moment. It shouldn't be changed after creation.
This member is deprecated. cid value passed as in location parameter passed to constructor #NeighboringCellInfo(int, String, int)
Java documentation for android.telephony.NeighboringCellInfo.setCid(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.