java.lang.Object | |
↳ | com.htc.net.FourG.FourGBaseStationInfo |
![]() |
![]() |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FourGBaseStationInfo.eFOURG_MODULATION | |||||||||||
FourGBaseStationInfo.eNSP_NETWORK_TYPE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
altitude | |||||||||||
bsid | |||||||||||
cinr | |||||||||||
connected | |||||||||||
dlFrequency | |||||||||||
latitude | |||||||||||
longitude | |||||||||||
nspId | |||||||||||
nspName | |||||||||||
nspNetworkType | |||||||||||
rssi | |||||||||||
rtd | |||||||||||
rtdMeasurementAge | |||||||||||
rtdMeasurementError | |||||||||||
ulFrequency |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
clear current data
| |||||||||||
Returns the altitude of the base station in meters.
| |||||||||||
Returns Base Station ID.
| |||||||||||
Returns the current CINR, in dB, if this class instance is describing the connected, serving BS.
| |||||||||||
Return the current BS-to-MS modulation in use.
| |||||||||||
Returns the center frequency in kHz of the channel over which the Base Station would
transmit to the Mobile Station.
| |||||||||||
Returns the center frequency in kHz of the channel over which the Mobile Station would
transmit to the Base Station.
| |||||||||||
Returns the latitude of the base station.
| |||||||||||
Returns the longitude of the base station.
| |||||||||||
Returns one of the following value of the enum eNSP_NETWORK_TYPE.
| |||||||||||
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).
| |||||||||||
Returns the NSP name string.
| |||||||||||
Returns the current RSSI, in dBm, if this class instance is describing the connected, serving BS.
| |||||||||||
Returns RTD measured in nanoseconds.
| |||||||||||
Returns number of milliseconds since the round trip time was last sensed and computed.
| |||||||||||
Returns implementation's estimate of error in RTD measured, in nanoseconds.
| |||||||||||
Return the current MS-to-BS modulation in use.
| |||||||||||
Returns if this base station is the serving base station.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the altitude of the base station in meters. If this is not available Float.MIN_VALUE is returned.
Returns Base Station ID. Format is a string of hexadecimal - no spaces, no "0x" or any prefix.
Returns the current CINR, in dB, if this class instance is describing the connected, serving BS. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, Integer.MIN_VALUE shall be returned
Return the current BS-to-MS modulation in use. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, -1 shall be returned
Returns the center frequency in kHz of the channel over which the Base Station would transmit to the Mobile Station.
Returns the center frequency in kHz of the channel over which the Mobile Station would transmit to the Base Station.
Returns the latitude of the base station. If this is not available Float.MIN_VALUE is returned.
Returns the longitude of the base station. If this is not available Float.MIN_VALUE is returned.
Returns one of the following value of the enum eNSP_NETWORK_TYPE. Only available if the class instance is for the serving BS; call isConnected() to determine. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, NSP_NETWORK_TYPE_UNKNOW shall be returned
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). An example of this would be an ISP (Internet Service Provider) providing subscribers with connectivity to the Internet by using 4G data network service. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, -1 shall be returned
Returns the NSP name string. This is typically needed after a wide-scan so that a FourGConfiguration object may be prepared and FourGmanager.addNetwork() may be called to add this network to the set of networks under management. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, a zero length string shall be returned
Returns the current RSSI, in dBm, if this class instance is describing the connected, serving BS. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, Integer.MIN_VALUE shall be returned
Returns RTD measured in nanoseconds. If RTD is not available -1 is returned.
Returns number of milliseconds since the round trip time was last sensed and computed. If round trip measurement is not available then -1 is returned.
Returns implementation's estimate of error in RTD measured, in nanoseconds. If RTD is not available -1 is returned.
Return the current MS-to-BS modulation in use. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, -1 shall be returned
Returns if this base station is the serving base station.