void
|
clear()
clear current data
|
float
|
getAltitude()
Returns the altitude of the base station in meters.
|
String
|
getBSID()
Returns Base Station ID.
|
int
|
getCINR()
Returns the current CINR, in dB, if this class instance is describing the connected, serving BS.
|
abstract
FourGBaseStationInfo.eFOURG_MODULATION
|
getDownlinkModulation()
Return the current BS-to-MS modulation in use.
|
long
|
getFrequencyDownlink()
Returns the center frequency in kHz of the channel over which the Base Station would
transmit to the Mobile Station.
|
long
|
getFrequencyUplink()
Returns the center frequency in kHz of the channel over which the Mobile Station would
transmit to the Base Station.
|
float
|
getLatitude()
Returns the latitude of the base station.
|
float
|
getLongitude()
Returns the longitude of the base station.
|
FourGBaseStationInfo.eNSP_NETWORK_TYPE
|
getNetworkType()
Returns one of the following value of the enum eNSP_NETWORK_TYPE.
|
long
|
getNspId()
Returns the NSP ID, if the class instance is describing the connected, serving BS, where NSP stands for
Network Service Provider which is an organization providing Layer 3 services to a subscriber which allows
that subscriber to gain access to the PDN (Public Data Network).
|
String
|
getNspName()
Returns the NSP name string.
|
int
|
getRSSI()
Returns the current RSSI, in dBm, if this class instance is describing the connected, serving BS.
|
int
|
getRTD()
Returns RTD measured in nanoseconds.
|
int
|
getRTDMeasurementAge()
Returns number of milliseconds since the round trip time was last sensed and computed.
|
int
|
getRTDMeasurementError()
Returns implementation's estimate of error in RTD measured, in nanoseconds.
|
abstract
FourGBaseStationInfo.eFOURG_MODULATION
|
getUplinkModulation()
Return the current MS-to-BS modulation in use.
|
boolean
|
isConnected()
Returns if this base station is the serving base station.
|
void
|
readFromParcel(Parcel in)
|
void
|
setAltitude(float altitude)
|
void
|
setBSID(String bsid)
|
void
|
setCINR(int cinr)
|
void
|
setConnected(boolean connected)
|
void
|
setFrequencyDownlink(long dlFrequency)
|
void
|
setFrequencyUplink(long ulFrequency)
|
void
|
setLatitude(float latitude)
|
void
|
setLongitude(float longtitude)
|
void
|
setNetworkType(FourGBaseStationInfo.eNSP_NETWORK_TYPE nspNetworkType)
|
void
|
setNspId(long nspId)
|
void
|
setNspName(String nspName)
|
void
|
setRSSI(int rssi)
|
void
|
setRTD(int rtd)
|
void
|
setRTDMeasurementAge(int rtdMeasurementAge)
|
void
|
setRTDMeasurementError(int rtdMeasurementError)
|
String
|
toString()
|