cellId property

  1. @BuiltValueField(wireName: r'cellId')
int? cellId

Unique identifier of the cell. On GSM, this is the Cell ID (CID); CDMA networks use the Base Station ID (BID). WCDMA networks use the UTRAN/GERAN Cell Identity (UC-Id), which is a 32-bit value concatenating the Radio Network Controller (RNC) and Cell ID. Specifying only the 16-bit Cell ID value in WCDMA networks may return inaccurate results.

Implementation

@BuiltValueField(wireName: r'cellId')
int? get cellId;