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() |
String |
get_cellOperator() |
int |
get_locationAreaCode() |
int |
get_mobileCountryCode() |
int |
get_mobileNetworkCode() |
int |
get_signalStrength() |
int |
get_timingAdvance() |
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 © 2019. All rights reserved.