public class YCellRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
_cid |
protected int |
_dbm |
protected int |
_lac |
protected int |
_mcc |
protected int |
_mnc |
protected String |
_oper |
protected int |
_tad |
Constructor and Description |
---|
YCellRecord(int mcc,
int mnc,
int lac,
int cellId,
int dbm,
int tad,
String oper) |
Modifier and Type | Method and Description |
---|---|
int |
get_cellId()
Returns the Cell ID.
|
String |
get_cellOperator()
Returns the name of the the cell operator, as received from the network.
|
int |
get_locationAreaCode()
Returns the Location Area Code (LAC).
|
int |
get_mobileCountryCode()
Returns the Mobile Country Code (MCC).
|
int |
get_mobileNetworkCode()
Returns the Mobile Network Code (MNC).
|
int |
get_signalStrength()
Returns the signal strength, measured in dBm.
|
int |
get_timingAdvance()
Returns the Timing Advance (TA).
|
protected String _oper
protected int _mcc
protected int _mnc
protected int _lac
protected int _cid
protected int _dbm
protected int _tad
public YCellRecord(int mcc, int mnc, int lac, int cellId, int dbm, int tad, String oper)
public String get_cellOperator()
public int get_mobileCountryCode()
public int get_mobileNetworkCode()
public int get_locationAreaCode()
public int get_cellId()
public int get_signalStrength()
public int get_timingAdvance()
Copyright © 2020. All rights reserved.